Advertisement
Guest User

fortigate Ansible test inventory

a guest
Nov 13th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [fgt1]
  2. fgt1 ansible_host=xx.xx.xx.xx
  3.  
  4. [fortios:children]
  5. fgt1
  6.  
  7. [fortios:vars]
  8. ansible_network_os=fortios
  9. ansible_user=xxxxxxx
  10. ansible_password=xxxxxxxx
  11. ansible_become=no
  12. ansible_become_method=disable
  13. ansible_httpapi_use_ssl=true
  14. ansible_httpapi_validate_certs=false
  15. ansible_httpapi_timeout=300
  16. ansible_httpapi_port=4443
  17. vdom=root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement