Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ---
  2. # ansible-playbook xxx -i inv/eol
  3.  
  4. - name: identify reachable hosts
  5. hosts: all
  6. gather_facts: false
  7. ignore_errors: true
  8. ignore_unreachable: true
  9. tasks:
  10. - name: Move hosts to zabbix eol inv group
  11. set_fact:
  12. zbx_api_host_status: "disabled"
  13. zbx_api_host_groups: "eol_inventory"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement