summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-04-23 00:15:45 +0200
committerAhmed Abdelhalim <[email protected]>2026-04-23 00:15:45 +0200
commit30eb7447283d6f8a59f081a5b75a8ced3590b44e (patch)
tree2bd99435404b9cbb21abd147c75b54d167e89ee9 /inventory
parent6d5b3d5f42ac72e220560e9d3971ed8a9bbb642b (diff)
Refactor inventory
Diffstat (limited to 'inventory')
-rw-r--r--inventory/hosts.yml14
1 files changed, 9 insertions, 5 deletions
diff --git a/inventory/hosts.yml b/inventory/hosts.yml
index 447ed16..5c0e002 100644
--- a/inventory/hosts.yml
+++ b/inventory/hosts.yml
@@ -4,13 +4,17 @@ live_environments:
ansible_connection: ssh
ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
hosts:
- marchiso.local:
+ arch-desktop-iso.local:
ansible_user: root
- archiso.local:
+ arch-macbook-iso.local:
ansible_user: root
- ubuntuiso.local:
+ arch-laptop-iso.local:
+ ansible_user: root
+ ubuntu-desktop-iso.local:
+ ansible_user: ubuntu
+ ubuntu-macbook-iso.local:
ansible_user: ubuntu
- mubuntuiso.local:
+ ubuntu-laptop-iso.local:
ansible_user: ubuntu
- raspberryiso.local:
+ rpi5-iso.local:
ansible_user: pi