-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.yml
48 lines (48 loc) · 1.1 KB
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
- hosts: crib
become: true
vars_files:
- "{{ vaultdir }}/setboxes/cred.yml"
- "{{ vaultdir }}/setboxes/router.yml"
roles:
# core
- role: initialize
- role: baseline
- role: pacman
- role: mkinitcpio
- role: packages
- role: udev
- role: modules
# software
- role: vim
# mss-wares
- role: mss_otg
- role: mss_nfqws
# networking
- role: systemd_networkd
- role: wireguard
- role: router_netns
when: "'routers' in group_names"
- role: networkmanager
when: "'desktops' in group_names"
- role: pppd
when: "'routers' in group_names and ppp_wan"
# services
- role: mon_exporters
when: "'routers' in group_names"
- role: systemd_logind
- role: nftables
- role: bind
- role: docker
when: '"docker" in pkgs'
- role: libvirt
when: "'libvirt' in pkgs"
- role: pipewire
when: "'desktops' in group_names"
- role: ntpd
- role: tor
when: "'desktops' in group_names"
- role: thinkfan
when: "'thinkfan' in pkgs"
- role: bulk_svc
- role: cleanup