summaryrefslogtreecommitdiffstats
path: root/inventory/hosts.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/hosts.yml')
-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