2022-08-30 10:09:52 +02:00
|
|
|
- name: snitch deployment
|
|
|
|
hosts: snitch
|
|
|
|
become: yes
|
|
|
|
become_method: doas
|
2022-08-30 11:03:36 +02:00
|
|
|
roles:
|
|
|
|
- basic
|
2022-08-30 14:43:41 +02:00
|
|
|
- users
|
2022-08-30 12:31:20 +02:00
|
|
|
- sshd
|
2022-08-31 17:06:51 +02:00
|
|
|
- wifi
|
2022-08-30 15:52:14 +02:00
|
|
|
vars:
|
|
|
|
users:
|
|
|
|
- rilla
|
|
|
|
- ansible
|
2022-08-30 17:39:14 +02:00
|
|
|
use_lbu: true
|
2022-08-30 11:49:17 +02:00
|
|
|
post_tasks:
|
|
|
|
- name: lbu commit
|
|
|
|
lbu:
|
|
|
|
commit: true
|
2022-08-30 17:27:09 +02:00
|
|
|
|
|
|
|
- name: caladan deployment
|
|
|
|
hosts: caladan
|
|
|
|
become: yes
|
|
|
|
become_method: doas
|
|
|
|
roles:
|
|
|
|
- basic
|
2022-08-30 18:26:16 +02:00
|
|
|
- users
|
2022-08-30 18:29:22 +02:00
|
|
|
- sshd
|
2022-08-31 18:30:53 +02:00
|
|
|
- tinyproxy
|
2022-08-30 17:39:14 +02:00
|
|
|
vars:
|
2022-08-30 18:26:16 +02:00
|
|
|
users:
|
|
|
|
- rilla
|
|
|
|
- ansible
|
|
|
|
- woodpecker
|
2022-08-30 17:39:14 +02:00
|
|
|
use_lbu: false
|