diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-10 18:30:32 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-10 21:52:55 +0000 |
commit | c1c300aa21b407351e6045c7b40480d4120db8a7 (patch) | |
tree | 48ac6715e649326d02dad7011b31c091db29b7b3 /playbooks | |
parent | 2fe1965dbb4cc650fda2b00e69219ac7ae403674 (diff) | |
download | rules-c1c300aa21b407351e6045c7b40480d4120db8a7.tar.gz |
roles: Generate + deploy wireguard configurations
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/site.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/playbooks/site.yml b/playbooks/site.yml index a191eb6..96dffb5 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -1,7 +1,14 @@ +- hosts: all + roles: + - role: wireguard + tags: role_wireguard + - hosts: servers roles: - role: sshd tags: role_sshd + - role: httpd + tags: role_httpd - hosts: stack0 roles: @@ -9,5 +16,3 @@ tags: role_nfsd - role: vmm tags: role_vmm - - role: httpd - tags: role_httpd |