summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-02 21:20:11 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-02 21:20:11 +0200
commit59293d1799706d5ea0fefe97431150a35a0ff08e (patch)
tree8c992a4b99b171659d57864ea06c6c31fde89008
parent3bb76b2262030f27b2369ccbab9cf4af497100fa (diff)
Add go role to playbooks
-rw-r--r--host_vars/archlinux.local.ymlbin358 -> 347 bytes
-rw-r--r--molecule/default/converge.yml1
-rw-r--r--site.yml1
3 files changed, 2 insertions, 0 deletions
diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml
index a39b6160..e990c597 100644
--- a/host_vars/archlinux.local.yml
+++ b/host_vars/archlinux.local.yml
Binary files differ
diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml
index b32d5f39..be614623 100644
--- a/molecule/default/converge.yml
+++ b/molecule/default/converge.yml
@@ -40,6 +40,7 @@
- role: "timezone"
- role: "homebrew"
- role: "python"
+ - role: "go"
- role: "wireguard"
- role: "wireguard_gateway"
- role: "pihole"
diff --git a/site.yml b/site.yml
index c3543ba9..99126cb2 100644
--- a/site.yml
+++ b/site.yml
@@ -32,6 +32,7 @@
- role: "wireguard"
- role: "homebrew"
- role: "python"
+ - role: "go"
- name: "Raspberry Pi configure"
gather_facts: true