Skip to content

Instantly share code, notes, and snippets.

@robinsg
Last active October 30, 2020 15:10
Show Gist options
  • Save robinsg/75e437b9e62647aa46bffd3f03f4bd22 to your computer and use it in GitHub Desktop.
Save robinsg/75e437b9e62647aa46bffd3f03f4bd22 to your computer and use it in GitHub Desktop.
- -
### Inventory file in YAML format
all:
children:
dev:
hosts:
dev01:
ansible_host: aix-dev01
dev02:
ansible_host: aix-dev02
dev03:
ansible_host: aix-dev03
nim:
hosts:
nim01:
ansible_host: aix-nim-master
nim02:
ansible_host: aix-nim-altmaster
vars:
ansible_user: root
ansible_ssh_private_key_file: /.ssh/ansible_id_rsa
ansible_python_interpreter: /opt/freeware/bin/python3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment