diff options
Diffstat (limited to 'playbooks/site.yml')
-rw-r--r-- | playbooks/site.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/playbooks/site.yml b/playbooks/site.yml index ac4417b..25c39c3 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -1,7 +1,9 @@ - hosts: all roles: - role: wireguard - tags: role_wireguard + tags: + - role_wireguard + - never - hosts: servers roles: @@ -51,4 +53,6 @@ - hosts: stack0 roles: - role: vmm - tags: role_vmm + tags: + - role_vmm + - never |