From 30eb7447283d6f8a59f081a5b75a8ced3590b44e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 23 Apr 2026 00:15:45 +0200 Subject: Refactor inventory --- inventory/hosts.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'inventory') 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 -- cgit v1.2.3