From c1c300aa21b407351e6045c7b40480d4120db8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Fri, 10 Dec 2021 18:30:32 +0000 Subject: roles: Generate + deploy wireguard configurations --- playbooks/site.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'playbooks') 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 -- cgit v1.2.3