diff --git a/Ansible/Playbooks/Multi-OS-Update/inventory.yaml b/Ansible/Playbooks/Multi-OS-Update/inventory.yaml new file mode 100644 index 0000000..a7632b8 --- /dev/null +++ b/Ansible/Playbooks/Multi-OS-Update/inventory.yaml @@ -0,0 +1,14 @@ +arch: + hosts: + arch01: + ansible_host: 192.168.200.214 + ansible_user: 'root' + ansible_python_interpreter: /usr/bin/python3 + +docker: + hosts: + docker01: + ansible_host: 192.168.200.50 + ansible_user: 'ubuntu' + ansible_become: true + ansible_become_method: sudo \ No newline at end of file