Guest User

Untitled

a guest
Dec 1st, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.39 KB | None | 0 0
  1. ---
  2. - hosts: fortigates
  3.   collections:
  4.   - fortinet.fortios
  5.   connection: httpapi
  6.   vars:
  7.    vdom: "root"
  8.    ansible_httpapi_use_ssl: yes
  9.    ansible_httpapi_validate_certs: no
  10.    ansible_httpapi_port: 443
  11.   tasks:
  12.   - name: Configure global attributes.
  13.     fortios_system_global:
  14.       vdom: "{{ vdom }}"
  15.       system_global:
  16.         admintimeout: "23"
  17.         hostname: "FortiGate02"
Advertisement
Add Comment
Please, Sign In to add comment