aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-12-17 17:47:54 +0100
committerRomain Gonçalves <me@rgoncalves.se>2022-12-17 17:47:54 +0100
commit83cfb7f2e072e63356acdc6640df849d78741813 (patch)
treed81bfef967a1c9e38a0984552924a82311e74de3
parent431c11bee393c31e3280ff4b92d0f2a1792fc0ad (diff)
downloadinfrastructure-83cfb7f2e072e63356acdc6640df849d78741813.tar.gz
refactor(playbook): remove tags from all playbook
-rw-r--r--site.all.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/site.all.yml b/site.all.yml
index 6ea8531..761c0f7 100644
--- a/site.all.yml
+++ b/site.all.yml
@@ -3,73 +3,52 @@
- hosts: all
roles:
- role: wireguard
- tags:
- - role_wireguard
- - never
- hosts: servers
roles:
- role: sshd
- tags: role_sshd
- hosts: servers:!dc0
roles:
- role: prometheus
- tags: role_prometheus
- role: loki
- tags: role_loki
- hosts: dc0
roles:
- role: pf
- tags: role_pf
- role: relayd
- tags: role_relayd
- role: acme
- tags: role_acme
- role: cgit
- tags: role_cgit
- role: znc
- tags: role_znc
# internal git user and directory - different than the public one for cgit
- role: git
git_dir: /data/git-internal
git_user: git-internal
- tags: role_git
- hosts: stack0
roles:
- role: nfsd
- tags: role_nfsd
- hosts: stack0-*
roles:
- role: nfsclient
- tags: role_nfsclient
- hosts: stack0-dc1
roles:
- role: grafana
- tags: role_grafana
- hosts: stack0-dev0,stack0-dc1
roles:
- role: cgit
- tags: role_cgit
- hosts: stack0-cld0
roles:
- role: miniflux
- tags: role_miniflux
- hosts: servers
roles:
- role: httpd
- tags: role_httpd
- hosts: stack0
roles:
- role: vmm
- tags:
- - role_vmm
- - never
remember that computers suck.