We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user I want to get the hosts on which ansible successfully run
Basically get
2020-09-15 15:35:56,548 p=40 u=root | foo : ok=2 changed=1 unreachable=0 failed=0 2020-09-15 15:35:56,548 p=40 u=root | bar : ok=1 changed=1 unreachable=0 failed=1 2020-09-15 15:35:56,548 p=40 u=root | 127.0.0.1 : ok=2 changed=1 unreachable=0 failed=0
extract
foo 127.0.0.1
Use ansible callback ? https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/callback/default.py#L342-L377
https://paste-owl.cycloid.io/?e6180cf6b89b1799#6D6sj5EnvzYQWgKtwScfddge6QDkreBTwmrzGAknh9kd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a user I want to get the hosts on which ansible successfully run
Basically get
extract
Use ansible callback ? https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/callback/default.py#L342-L377
https://paste-owl.cycloid.io/?e6180cf6b89b1799#6D6sj5EnvzYQWgKtwScfddge6QDkreBTwmrzGAknh9kd
The text was updated successfully, but these errors were encountered: