2022-09-04 17:25:14 +02:00
|
|
|
---
|
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-09-06 10:52:10 +02:00
|
|
|
ansible_become_method: doas
|
2022-09-06 11:02:28 +02:00
|
|
|
use_lbu: true
|
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-06 10:52:10 +02:00
|
|
|
ansible_become_method: doas
|
2022-09-06 11:02:28 +02:00
|
|
|
use_lbu: false
|
2022-09-04 16:52:37 +02:00
|
|
|
|
|
|
|
narwhal:
|
|
|
|
ansible_host: narwhal
|
|
|
|
ansible_user: ansible
|
|
|
|
ansible_port: 22
|
|
|
|
ansible_python_interpreter: /usr/bin/python3
|
2022-09-06 10:52:10 +02:00
|
|
|
ansible_become_method: sudo
|
2022-09-04 17:47:06 +02:00
|
|
|
|
|
|
|
fugu:
|
|
|
|
ansible_host: fugu
|
|
|
|
ansible_user: ansible
|
|
|
|
ansible_port: 22
|
|
|
|
ansible_python_interpreter: /usr/local/bin/python3
|
2022-09-06 10:52:10 +02:00
|
|
|
ansible_become_method: doas
|