diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-23 00:15:45 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-23 00:15:45 +0200 |
| commit | 30eb7447283d6f8a59f081a5b75a8ced3590b44e (patch) | |
| tree | 2bd99435404b9cbb21abd147c75b54d167e89ee9 /inventory | |
| parent | 6d5b3d5f42ac72e220560e9d3971ed8a9bbb642b (diff) | |
Refactor inventory
Diffstat (limited to 'inventory')
| -rw-r--r-- | inventory/hosts.yml | 14 |
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 |
