Ansible repository with playbooks to manage azure objects
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
- 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"
- ...
|