Advertisement
jgilfoil

Untitled

Jan 22nd, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. - hosts: all
  2. tasks:
  3. - name: set node offline
  4. local_action: >
  5. bigip_pool_member
  6. server=192.168.0.1
  7. user=ausername
  8. password=notmypassword
  9. state=present
  10. session_state=disabled
  11. monitor_state=disabled
  12. pool=http
  13. partition=common
  14. host="{{ ansible_default_ipv4['address'] }}"
  15. port=80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement