diff --git a/ansible/authentik.yaml b/ansible/authentik.yaml new file mode 100644 index 0000000..9511de5 --- /dev/null +++ b/ansible/authentik.yaml @@ -0,0 +1,6 @@ +--- +# file: authentik.yaml +- hosts: authentik + roles: + - common + - lego diff --git a/ansible/inventories/production/hosts.ini b/ansible/inventories/production/hosts.ini index cb30dc4..e3acd94 100644 --- a/ansible/inventories/production/hosts.ini +++ b/ansible/inventories/production/hosts.ini @@ -6,3 +6,6 @@ rpi0.home.jthan.io [pangolin] pangolin.jthan.io + +[authentik] +authentik.home.jthan.io ansible_host=192.168.1.8