diff options
author | 2024-08-30 17:46:05 +0100 | |
---|---|---|
committer | 2024-08-30 17:46:05 +0100 | |
commit | 7e630d37796ff98f658f028ffdc11a3f24b421e9 (patch) | |
tree | 86c9775a076c34aa6ecfffe0da4e553d3fc759be | |
parent | Add Wireguard subnet to ldap01 (diff) |
Move wireguard role to run on all hosts
-rw-r--r-- | ansible/playbook.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml index 2ccdd9b..fb0bf6a 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -3,6 +3,7 @@ roles: - common - pydis-mtls + - wireguard - name: Deploy services to Netcup nodes hosts: netcup @@ -11,7 +12,6 @@ - alloy - nftables - prometheus-node-exporter - - wireguard - fail2ban - podman - unattended-upgrades |