diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-25 22:23:16 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-25 23:14:04 +0100 |
| commit | a50b8040c2a485404ae855b485599fbd89c8a150 (patch) | |
| tree | a08dfaa824ca96f27f9cfbaa68707a1463621c5e /inventory/hosts.yml | |
| parent | dc4bc8fd238c9ff2dd533d899c80202a41dfdfeb (diff) | |
Fix the wifi installation of archlinux on MBP
Co-Authored-By: Claude.ai
Diffstat (limited to 'inventory/hosts.yml')
| -rw-r--r-- | inventory/hosts.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 28e3f10..5bb79b5 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -4,6 +4,8 @@ live_environments: ansible_connection: ssh ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" hosts: + mac-archiso.local: + ansible_user: root archiso.local: ansible_user: root ubuntuiso.local: |
