Skip to content

Instantly share code, notes, and snippets.

@robinsg
Created November 3, 2020 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinsg/d180dafedcaa16d6cdecf33c1eb95fe9 to your computer and use it in GitHub Desktop.
Save robinsg/d180dafedcaa16d6cdecf33c1eb95fe9 to your computer and use it in GitHub Desktop.
- - -
all:
hosts:
vars:
children:
ibmi:
hosts:
mgtsvr01:
ansible_host: <IP_ADDRESS_OF_YOUR_LPAR>
ansible_ssh_user: <YOUR_USER_ID>
vars:
ansible_python_interpreter: /Openly/pkgs/bin/python3
ansible_ssh_common_args: -o StrictHostKeyChecking=no
ansible_ssh_private_key_file: ~/ssh/ansible_IBMi_id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment