Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- - hosts: fortigates
- collections:
- - fortinet.fortios
- connection: httpapi
- vars:
- vdom: "root"
- ansible_httpapi_use_ssl: yes
- ansible_httpapi_validate_certs: no
- ansible_httpapi_port: 443
- tasks:
- - name: Configure global attributes.
- fortios_system_global:
- vdom: "{{ vdom }}"
- system_global:
- admintimeout: "23"
- hostname: "FortiGate02"
Advertisement
Add Comment
Please, Sign In to add comment