From f062bbebebc4e61c94f505032c965067c461ce2d Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Mon, 24 Feb 2025 00:44:41 -0600 Subject: [PATCH] Add localhost/desktop to promclients --- inventory.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/inventory.yml b/inventory.yml index 61975e9..08a4cdb 100644 --- a/inventory.yml +++ b/inventory.yml @@ -26,14 +26,15 @@ promservers: promclients: hosts: + desktop: + ansible_user: jas + ansible_host: localhost + ansible_python_interpreter: /usr/bin/python3 + ansible_connection: local hyperreal.coffee: ansible_user: jas ansible_host: hyperreal.headscale.moonshadow.dev ansible_python_interpreter: /usr/bin/python3 - nas: - ansible_user: jas - ansible_host: nas.headscale.moonshadow.dev - ansible_python_interpreter: /usr/bin/python3 backup: ansible_user: jas ansible_host: backup.headscale.moonshadow.dev