diff --git a/ansible/inventories/bare_metal/group_vars/all.yaml b/ansible/inventories/bare_metal/group_vars/all.yaml new file mode 100644 index 0000000..de274dc --- /dev/null +++ b/ansible/inventories/bare_metal/group_vars/all.yaml @@ -0,0 +1,3 @@ +ansible_python_interpreter: /usr/bin/python3 +ansible_become_exe: sudo.ws +ansible_user: kolibri diff --git a/ansible/inventories/bare_metal/hosts.yaml b/ansible/inventories/bare_metal/hosts.yaml new file mode 100644 index 0000000..a1cbc73 --- /dev/null +++ b/ansible/inventories/bare_metal/hosts.yaml @@ -0,0 +1,8 @@ +masters: + hosts: + vineta: + ansible_host: 10.0.0.201 + rotfront: + ansible_host: 10.0.0.202 + leng: + ansible_host: 10.0.0.203