From 4e927aa05e700e48aa8b50e1d337ced34d8039fc Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Thu, 16 Apr 2026 20:20:06 -0600 Subject: [PATCH] add dockhand host --- ansible/dockhand.yaml | 7 +++++++ ansible/inventories/production/hosts.ini | 3 +++ ansible/site.yaml | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 ansible/dockhand.yaml diff --git a/ansible/dockhand.yaml b/ansible/dockhand.yaml new file mode 100644 index 0000000..c211668 --- /dev/null +++ b/ansible/dockhand.yaml @@ -0,0 +1,7 @@ +--- +# file: dockhand.yaml +- hosts: dockhand + roles: + - common + - ldap_client + - docker diff --git a/ansible/inventories/production/hosts.ini b/ansible/inventories/production/hosts.ini index 9f3a035..c898aac 100644 --- a/ansible/inventories/production/hosts.ini +++ b/ansible/inventories/production/hosts.ini @@ -28,3 +28,6 @@ jthan.io ansible_host=192.168.1.17 [netbird_server] netbird.jthan.io + +[dockhand] +docker.home.jthan.io diff --git a/ansible/site.yaml b/ansible/site.yaml index dd016ab..ce2827b 100644 --- a/ansible/site.yaml +++ b/ansible/site.yaml @@ -9,6 +9,6 @@ - import_playbook: ldap_server.yaml - import_playbook: irc.yaml - import_playbook: syncthing.yaml -#- import_playbook: notes.yaml +- import_playbook: dockhand.yaml #- import_playbook: authentik.yaml