diff --git a/ansible/auth.yaml b/ansible/auth.yaml new file mode 100644 index 0000000..3cee691 --- /dev/null +++ b/ansible/auth.yaml @@ -0,0 +1,6 @@ +--- +# file: auth.yaml +- hosts: auth + roles: + - common + - ldap_client diff --git a/ansible/inventories/production/hosts.ini b/ansible/inventories/production/hosts.ini index 952c064..a6833a7 100644 --- a/ansible/inventories/production/hosts.ini +++ b/ansible/inventories/production/hosts.ini @@ -28,3 +28,6 @@ netbird.jthan.io [dockhand] docker.home.jthan.io + +[auth] +auth.home.jthan.io diff --git a/ansible/site.yaml b/ansible/site.yaml index ce2827b..124ee53 100644 --- a/ansible/site.yaml +++ b/ansible/site.yaml @@ -10,5 +10,5 @@ - import_playbook: irc.yaml - import_playbook: syncthing.yaml - import_playbook: dockhand.yaml -#- import_playbook: authentik.yaml +- import_playbook: auth.yaml