diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 15:31:16 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 15:36:55 +0100 |
| commit | 18fae2f9a5dd4a877b557818552844ea00ec30d2 (patch) | |
| tree | dc91fcbc77634ff71495c7904a503a00158fae8a | |
| parent | 13c88e0dff89bfdda5a02c647653cce37b083e16 (diff) | |
Rename mac host names
| -rw-r--r-- | archlinux.md | 2 | ||||
| -rw-r--r-- | host_vars/mac-archiso.local.yml | bin | 1040 -> 0 bytes | |||
| -rw-r--r-- | host_vars/marchiso.local.yml | bin | 0 -> 1047 bytes | |||
| -rw-r--r-- | host_vars/marchiso.local.yml.example (renamed from host_vars/mac-archiso.local.yml.example) | 2 | ||||
| -rw-r--r-- | inventory/hosts.yml | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/archlinux.md b/archlinux.md index 98df00b..5138de1 100644 --- a/archlinux.md +++ b/archlinux.md @@ -24,7 +24,7 @@ dhcpcd wlan0 **Mac Example:** ```bash -hostnamectl set-hostname mac-archiso.local +hostnamectl set-hostname marchiso.local passwd rmmod b43 ssb bcma wl modprobe wl diff --git a/host_vars/mac-archiso.local.yml b/host_vars/mac-archiso.local.yml Binary files differdeleted file mode 100644 index c0b5a59..0000000 --- a/host_vars/mac-archiso.local.yml +++ /dev/null diff --git a/host_vars/marchiso.local.yml b/host_vars/marchiso.local.yml Binary files differnew file mode 100644 index 0000000..6ade5ea --- /dev/null +++ b/host_vars/marchiso.local.yml diff --git a/host_vars/mac-archiso.local.yml.example b/host_vars/marchiso.local.yml.example index 749b6a8..37f93a9 100644 --- a/host_vars/mac-archiso.local.yml.example +++ b/host_vars/marchiso.local.yml.example @@ -1,5 +1,5 @@ --- -hostname: "mac.local" +hostname: "marchlinux.local" partition_disk: "/dev/sda" partition_wipe: false partition_boot: diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 5bb79b5..d219b43 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -4,7 +4,7 @@ live_environments: ansible_connection: ssh ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" hosts: - mac-archiso.local: + marchiso.local: ansible_user: root archiso.local: ansible_user: root |
