Skip to content

ansible-runner: be able to get success hosts #17

Description

@talset

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions