diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-02 21:20:11 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-02 21:20:11 +0200 |
| commit | c2936af529cec43bcfba278ee34c9afd48aa27ed (patch) | |
| tree | 8c992a4b99b171659d57864ea06c6c31fde89008 | |
| parent | e8784311ef5bf3c9c45d5d61d8d17e56c4a3efc0 (diff) | |
Add go role to playbooks
| -rw-r--r-- | host_vars/archlinux.local.yml | bin | 358 -> 347 bytes | |||
| -rw-r--r-- | molecule/default/converge.yml | 1 | ||||
| -rw-r--r-- | site.yml | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml Binary files differindex a39b6160..e990c597 100644 --- a/host_vars/archlinux.local.yml +++ b/host_vars/archlinux.local.yml 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" @@ -32,6 +32,7 @@ - role: "wireguard" - role: "homebrew" - role: "python" + - role: "go" - name: "Raspberry Pi configure" gather_facts: true |
