diff --git a/inventory.yml b/inventory.yml new file mode 100644 index 0000000..a7632b8 --- /dev/null +++ b/inventory.yml @@ -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