From 96a4f81ee538e5bea6e3f8ca377d7d4300db6b33 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Wed, 14 Jan 2026 20:32:21 -0700 Subject: [PATCH] add authentik host for minimal management --- ansible/authentik.yaml | 6 ++++++ ansible/inventories/production/hosts.ini | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 ansible/authentik.yaml 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