init new auth host

This commit is contained in:
2026-04-27 21:16:18 -06:00
parent 4c7ce981e3
commit ca0e5ee0c3
3 changed files with 10 additions and 1 deletions

6
ansible/auth.yaml Normal file
View File

@@ -0,0 +1,6 @@
---
# file: auth.yaml
- hosts: auth
roles:
- common
- ldap_client

View File

@@ -28,3 +28,6 @@ netbird.jthan.io
[dockhand]
docker.home.jthan.io
[auth]
auth.home.jthan.io

View File

@@ -10,5 +10,5 @@
- import_playbook: irc.yaml
- import_playbook: syncthing.yaml
- import_playbook: dockhand.yaml
#- import_playbook: authentik.yaml
- import_playbook: auth.yaml