-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.yml
32 lines (32 loc) · 1.07 KB
/
setup.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
- name: Deploy Gateway
hosts: all
vars:
users:
- username: root
batman_version: "2024.2"
node_exporter_version: "1.8.2"
bootstrap_version: "5.3.3"
pre_tasks:
- name: Update apt cache
ansible.builtin.apt:
update_cache: true
roles:
- { role: network, tags: "network"}
- { role: wireguardexit, tags: "wireguard, exit"}
- { role: ffshmon, tags: "wireguard, ffshmon"}
- { role: hostname, tags: "hostname"}
- { role: fail2ban, tags: "fail2ban"}
- { role: batman, tags: "batman-adv"}
- { role: fastd, tags: "fastd"}
- { role: radvd, tags: "radvd"}
- { role: dhcp, tags: "isc-dhcp4-server"}
- { role: bind, tags: "dns"}
- { role: respondd, tags: "respondd"}
- { role: prometheus, tags: "node_exporter"}
- { role: letsencrypt, tags: "letsencrypt"}
- { role: nginx, tags: "node_exporter, nginx", }
- { role: tools, tags: "admin-tools"}
- { role: motd, tags: "motd"}
- { role: ohmyzsh, tags: "oh-my-zsh"}
- { role: ohmyzshtheme, tags: "oh-my-zsh"}
- { role: ssh, tags: "ssh keys"}