diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 15:32:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 17:32:14 +0100 |
| commit | f24937ba3b7bc67026888697a1b99994dbeeffdc (patch) | |
| tree | 3b1ab658017999ed88bb871e64d783932dfc44b3 | |
| parent | 216f0ec95a87f265d561a0392af6a51a7f8b6dfc (diff) | |
Rename mac archlinux host
| -rw-r--r-- | bootstrap.yml | 2 | ||||
| -rw-r--r-- | configure.yml | 2 | ||||
| -rw-r--r-- | host_vars/marchlinux.local.yml (renamed from host_vars/mac.local.yml) | bin | 1189 -> 1189 bytes | |||
| -rw-r--r-- | host_vars/marchlinux.local.yml.example (renamed from host_vars/mac.local.yml.example) | 0 | ||||
| -rw-r--r-- | inventory/hosts.yml | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.yml b/bootstrap.yml index 637469ca..65218328 100644 --- a/bootstrap.yml +++ b/bootstrap.yml @@ -3,7 +3,7 @@ gather_facts: true tags: ["required_for_boot"] hosts: - - mac.local + - marchlinux.local - archlinux.local - ubuntu.local - rpi5.local diff --git a/configure.yml b/configure.yml index edcfa6d4..955c3733 100644 --- a/configure.yml +++ b/configure.yml @@ -3,7 +3,7 @@ gather_facts: true hosts: - archlinux.local - - mac.local + - marchlinux.local roles: - role: "locales" - role: "timezone" diff --git a/host_vars/mac.local.yml b/host_vars/marchlinux.local.yml Binary files differindex 78e5711c..78e5711c 100644 --- a/host_vars/mac.local.yml +++ b/host_vars/marchlinux.local.yml diff --git a/host_vars/mac.local.yml.example b/host_vars/marchlinux.local.yml.example index 99936ff4..99936ff4 100644 --- a/host_vars/mac.local.yml.example +++ b/host_vars/marchlinux.local.yml.example diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 0f70fa90..e97866dc 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -3,7 +3,7 @@ homelab: vars: ansible_connection: ssh hosts: - mac.local: + marchlinux.local: archlinux.local: ubuntu.local: rpi5.local: |
