Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ---
  2. - name: test all hosts
  3. gather_facts: no
  4. hosts: all
  5. ignore_errors: yes
  6. tasks:
  7. - name: setup all hosts
  8. setup:
  9. ignore_errors: yes
  10. serial: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement