Guest User

Untitled

a guest
Sep 14th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ---
  2.  
  3. - name: Create a VIP, pool, pool members, and nodes
  4. hosts: big-ip01.internal
  5. connection: local
  6.  
  7. ---
  8.  
  9. ansible_host: localhost
  10. f5_username: admin
  11. f5_password: admin
  12. f5_server_port: 443
  13. validate_certs: no
Add Comment
Please, Sign In to add comment