2022-08-30 10:00:27 +02:00
|
|
|
all:
|
|
|
|
hosts:
|
2022-08-30 17:27:09 +02:00
|
|
|
|
2022-08-30 10:09:52 +02:00
|
|
|
snitch:
|
|
|
|
ansible_host: snitch
|
2022-08-30 14:18:17 +02:00
|
|
|
ansible_user: ansible
|
2022-08-30 10:09:52 +02:00
|
|
|
ansible_port: 22
|
|
|
|
ansible_python_interpreter: /usr/bin/python3
|
2022-08-30 17:27:09 +02:00
|
|
|
|
|
|
|
caladan:
|
|
|
|
ansible_host: caladan
|
2022-08-30 18:26:16 +02:00
|
|
|
ansible_user: ansible
|
2022-08-30 17:27:09 +02:00
|
|
|
ansible_port: 22
|
|
|
|
ansible_python_interpreter: /usr/bin/python3
|
2022-09-04 16:52:37 +02:00
|
|
|
|
|
|
|
narwhal:
|
|
|
|
ansible_host: narwhal
|
|
|
|
ansible_user: ansible
|
|
|
|
ansible_port: 22
|
|
|
|
ansible_python_interpreter: /usr/bin/python3
|