diff options
author | 2024-07-18 00:52:29 +0100 | |
---|---|---|
committer | 2024-07-19 20:39:07 +0100 | |
commit | a0ee3161b62bcd8bbf2e33b6a5e0456a40edc255 (patch) | |
tree | abadbd43153824a70a13c374fa8f60c60ae9a109 | |
parent | Add DNS record for ldap01.box.pydis.wtf (diff) |
Add new ldap01 host
-rw-r--r-- | ansible/inventory/hosts.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/inventory/hosts.yaml b/ansible/inventory/hosts.yaml index 32a284e..55838a7 100644 --- a/ansible/inventory/hosts.yaml +++ b/ansible/inventory/hosts.yaml @@ -6,7 +6,13 @@ all: lovelace: ansible_host: lovelace.box.pydis.wtf wireguard_subnet: 10.2.0.0/16 + ldap01: + ansible_host: ldap01.box.pydis.wtf children: + netcup: + hosts: + turing: + lovelace: nginx: hosts: turing: |