Initial commit
This commit is contained in:
15
ansible/inv-example.yml
Normal file
15
ansible/inv-example.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
group_name:
|
||||
hosts:
|
||||
node1_name:
|
||||
ansible_host: {IP_ADDRESS_1}
|
||||
node2_name:
|
||||
ansible_host: {IP_ADDRESS_2}
|
||||
vars:
|
||||
ansible_user: {USERNAME}
|
||||
ansible_ssh_private_key_file: ~/.ssh/{SSH_KEY_NAME}
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
ansible_become: true
|
||||
ansible_become_method: sudo
|
||||
ansible_become_user: root
|
||||
ansible_become_pass: "{{ vault_ansible_become_pass }}"
|
||||
Reference in New Issue
Block a user