2022-09-04 17:25:14 +02:00
|
|
|
---
|
2022-09-06 11:10:05 +02:00
|
|
|
|
|
|
|
- name: common roles
|
|
|
|
hosts:
|
|
|
|
- caladan
|
|
|
|
- narwhal
|
|
|
|
- fugu
|
|
|
|
- snitch
|
2022-09-04 17:25:14 +02:00
|
|
|
become: true
|
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-30 15:52:14 +02:00
|
|
|
vars:
|
|
|
|
users:
|
|
|
|
- rilla
|
|
|
|
- ansible
|
2022-09-17 18:03:17 +02:00
|
|
|
- gopass
|
2022-09-06 11:10:05 +02:00
|
|
|
- woodpecker
|
2022-08-30 17:27:09 +02:00
|
|
|
|
2022-09-06 11:10:05 +02:00
|
|
|
- name: quality of life tools
|
|
|
|
hosts:
|
|
|
|
- caladan
|
|
|
|
- narwhal
|
|
|
|
- fugu
|
2022-09-04 17:25:14 +02:00
|
|
|
become: true
|
2022-08-30 17:27:09 +02:00
|
|
|
roles:
|
2022-09-04 18:57:47 +02:00
|
|
|
- quality_of_life
|
2022-09-04 16:52:37 +02:00
|
|
|
|
2022-09-06 11:10:05 +02:00
|
|
|
- name: wifi setup
|
|
|
|
hosts: snitch
|
2022-09-04 17:25:14 +02:00
|
|
|
become: true
|
2022-09-04 16:52:37 +02:00
|
|
|
roles:
|
2022-09-06 11:10:05 +02:00
|
|
|
- wifi
|
|
|
|
|
|
|
|
- name: caladan-specific things
|
|
|
|
hosts: caladan
|
|
|
|
become: true
|
|
|
|
roles:
|
|
|
|
- tinyproxy
|
2022-09-04 17:47:06 +02:00
|
|
|
|
2022-09-06 16:11:48 +02:00
|
|
|
- name: wireguard
|
|
|
|
hosts:
|
|
|
|
- caladan
|
|
|
|
- fugu
|
|
|
|
become: true
|
|
|
|
roles:
|
|
|
|
- wireguard
|
|
|
|
|
2022-09-06 11:10:05 +02:00
|
|
|
- name: lbu commit
|
|
|
|
hosts: snitch
|
2022-09-04 17:47:06 +02:00
|
|
|
become: true
|
|
|
|
roles:
|
2022-09-06 11:10:05 +02:00
|
|
|
- lbu_commit
|
2022-09-17 18:03:17 +02:00
|
|
|
|
|
|
|
- name: setup gopass
|
|
|
|
become: true
|
|
|
|
hosts:
|
|
|
|
- caladan
|
|
|
|
- fugu
|
|
|
|
- narwhal
|
|
|
|
roles:
|
|
|
|
- gopass
|
|
|
|
tags: gopass
|