diff options
author | 2024-08-30 17:45:56 +0100 | |
---|---|---|
committer | 2024-08-30 17:45:56 +0100 | |
commit | 1421e78cf3841bb92f1908cbd3850178a9acad14 (patch) | |
tree | 371aecfbbdf1f436d07a3d3034ccd90d707c0db7 | |
parent | Implement dovecot mail plugin, configure limits (diff) |
Add Wireguard subnet to ldap01
-rw-r--r-- | ansible/inventory/hosts.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/inventory/hosts.yaml b/ansible/inventory/hosts.yaml index 9768187..1c4ae82 100644 --- a/ansible/inventory/hosts.yaml +++ b/ansible/inventory/hosts.yaml @@ -5,6 +5,7 @@ all: wireguard_subnet: 10.2.0.0/16 ldap01: ansible_host: ldap01.box.pydis.wtf + wireguard_subnet: 10.3.0.0/16 children: netcup: hosts: |