summaryrefslogtreecommitdiffstats
path: root/configure.yml
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-21 23:40:03 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-21 23:40:03 +0200
commitb1f3b435f5bea3a20ffd92410f08ca9ab7df0641 (patch)
treeff10ebe027a5270a7ba3b082ca44f375ef4a9093 /configure.yml
parent5d3c4aa3e3a6b1e090f5f8a78d249e6179151a01 (diff)
Separate archlinux/ubuntu setup and add gnome to ubuntu
Diffstat (limited to 'configure.yml')
-rw-r--r--configure.yml17
1 files changed, 16 insertions, 1 deletions
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