| @@ -1,16 +0,0 @@ | |||||
| ansible_ssh_private_key_file: '~/.ssh/id_rsa' | |||||
| ansible_python_interpreter: "/usr/bin/python3" | |||||
| groups: | |||||
| jumpboxes: | |||||
| hosts: | |||||
| gestiondns-prod-caea-vm01: | |||||
| private_ipv4_address: "10.225.128.70" | |||||
| ansible_host: "{{ public_ipv4_address | default(private_ipv4_address, true) }}" | |||||
| ansible_user: master | |||||
| jumpbox1_vm: | |||||
| private_ipv4_address: "10.224.192.69" | |||||
| ansible_host: "{{ public_ipv4_address | default(private_ipv4_address, true) }}" | |||||
| ansible_user: master | |||||
| localhost: | |||||
| ... | |||||
| @@ -1,12 +0,0 @@ | |||||
| ansible_host: "{{ public_ipv4_address | default(private_ipv4_address, true) }}" | |||||
| groups: | |||||
| panorama: | |||||
| hosts: | |||||
| pan-gdt-caea-mgt01: | |||||
| ngfw_user: "{{ ngfwuser }}" | |||||
| ngfw_password: "{{ ngfwpwd }}" | |||||
| pan-gdt-cacn-mgt01: | |||||
| ngfw_user: "{{ ngfwuser }}" | |||||
| ngfw_password: "{{ ngfwpwd }}" | |||||
| ... | |||||
| @@ -1,14 +0,0 @@ | |||||
| ansible_ssh_private_key_file: '~/.ssh/id_rsa' | |||||
| ansible_python_interpreter: "/usr/bin/python" | |||||
| ansible_host: "{{ public_ipv4_address | default(private_ipv4_address, true) }}" | |||||
| groups: | |||||
| syslog: | |||||
| hosts: | |||||
| pan-gdt-caea-backup01: | |||||
| ansible_user: pan-backup | |||||
| private_ipv4_address: "10.225.128.198" | |||||
| pan-gdt-cacn-backup01: | |||||
| ansible_user: pan-backup | |||||
| private_ipv4_address: "10.225.0.198" | |||||
| ... | |||||