additional course material RH294
Olaf Bohlen
2020-08-20 1de6236f80a879ca110981fe0e5c0c05c521225b
commit | author | age
1de623 1 - name: ping me harder
OB 2   hosts: foobar
3   tasks:
4     - ping:
5       register: ping_out
6
7 - name: show ping result
8   hosts: localhost
9   tasks:
10     - debug:
11         var: ping_out