summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:33:32 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:33:32 +0200
commitb47dfa7b43434cdd8836bf30d549af77ac4b5287 (patch)
treef3dc007ecd943addeb3c2488ab08056eac360068 /inventory
parent75b3aaf26bd67d75a6aeb5e6331ff896482acfef (diff)
Add host_vars example and encrypted configs
Diffstat (limited to 'inventory')
-rw-r--r--inventory/hosts.yml10
1 files changed, 10 insertions, 0 deletions
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