From b47dfa7b43434cdd8836bf30d549af77ac4b5287 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:32 +0200 Subject: Add host_vars example and encrypted configs --- inventory/hosts.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 inventory/hosts.yml (limited to 'inventory') diff --git a/inventory/hosts.yml b/inventory/hosts.yml new file mode 100644 index 0000000..77bf618 --- /dev/null +++ b/inventory/hosts.yml @@ -0,0 +1,10 @@ +--- +live_environments: + vars: + ansible_connection: ssh + ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" + hosts: + archiso.local: + ansible_user: root + ubuntuiso.local: + ansible_user: ubuntu -- cgit v1.2.3