From 0edddc560a02b85e637395744e5af9b8e46cdc47 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 21 Sep 2025 23:40:03 +0200 Subject: Separate archlinux/ubuntu setup and add gnome to ubuntu --- configure.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/configure.yml b/configure.yml index 960cb0e9..36c3ac58 100644 --- a/configure.yml +++ b/configure.yml @@ -1,8 +1,22 @@ --- -- name: "Dev machines configure" +- name: "Archlinux configure" gather_facts: true hosts: - archlinux.local + roles: + - role: "locales" + - role: "timezone" + - role: "wireguard" + - role: "homebrew" + - role: "python" + - role: "go" + - role: "docker" + - role: "podman" + - role: "ansible" + +- name: "Ubuntu configure" + gather_facts: true + hosts: - ubuntu.local roles: - role: "locales" @@ -14,6 +28,7 @@ - role: "docker" - role: "podman" - role: "ansible" + - role: "gnome" - name: "Raspberry Pi configure" gather_facts: true -- cgit v1.2.3