From 30eb7447283d6f8a59f081a5b75a8ced3590b44e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 23 Apr 2026 00:15:45 +0200 Subject: Refactor inventory --- archlinux.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'archlinux.md') diff --git a/archlinux.md b/archlinux.md index 5138de1..68104b7 100644 --- a/archlinux.md +++ b/archlinux.md @@ -6,16 +6,17 @@ - Create bootable image from iso `sudo dd if=/path/to/image.iso of=/dev/diskX bs=4M status=progress` - Boot the `archiso` live image from a bootable USB. - Set root password (which will be asked to run the install playbook). +- Set the host name `arch--iso.local` - Reload `boradcom-wl` module on Mac. - Connect to wireless network (if not connected via LAN). -- `cp host_vars/archiso.local.example host_vars/archiso.local` -- Update the `host_vars/archiso.local` file. +- `cp host_vars/arch--iso.local.example host_vars/arch--iso.local` +- Update the `host_vars/arch--iso.local` file - Run the playbook on the ansible controller. **Generic Example:** ```bash -hostnamectl set-hostname archiso.local +hostnamectl set-hostname arch--iso.local passwd iwctl --passphrase station wlan0 connect dhcpcd wlan0 @@ -24,7 +25,7 @@ dhcpcd wlan0 **Mac Example:** ```bash -hostnamectl set-hostname marchiso.local +hostnamectl set-hostname arch-macbook-iso.local passwd rmmod b43 ssb bcma wl modprobe wl -- cgit v1.2.3