rundeck-plugins / ansible-plugin

Ansible Integration for Rundeck
MIT License
331 stars 100 forks source link

Quickly view "changed" nodes after execution #268

Open jimr6007 opened 4 years ago

jimr6007 commented 4 years ago

something like this might already be there but is there a way to see in the summary of an execution not just how many nodes were "ok", how many completed "ok" and how many failed and how many incomplete but also... how many "changed" from Ansible's point of view.

the use case here is the need to be aware when nodes are changing on every run of a playbook when they should not be changing, maybe a service keeps getting re-started each time the playbook runs telling me something is wrong here.

maybe I need to redesign playbooks and rolls so they are smarted about this...

any thoughts advice ?

ohmer1 commented 3 years ago

I wonder if someone have a workaround about this? I think we miss a great functionality here :(