diff options
author | 2024-07-21 09:58:35 +0100 | |
---|---|---|
committer | 2024-07-21 10:11:23 +0100 | |
commit | f85b1432f51da97fe7a72a2c1810eac4c7d3ab8b (patch) | |
tree | 30f57800c4779e5e60d11e2638c84675aba312e7 | |
parent | fix(deps): update dependency ruff to v0.5.4 (diff) |
Add ldap01 host to ldap group
Signed-off-by: Joe Banks <[email protected]>
-rw-r--r-- | ansible/inventory/hosts.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/inventory/hosts.yaml b/ansible/inventory/hosts.yaml index 55838a7..f383cab 100644 --- a/ansible/inventory/hosts.yaml +++ b/ansible/inventory/hosts.yaml @@ -23,5 +23,8 @@ all: monitoring: hosts: lovelace: + ldap: + hosts: + ldap01: vars: wireguard_port: 46850 |