summaryrefslogtreecommitdiffstats
path: root/configure.yml
diff options
context:
space:
mode:
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