diff options
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml new file mode 100644 index 00000000..e4e8c4d6 --- /dev/null +++ b/configure.yml @@ -0,0 +1,29 @@ +--- +- name: "Dev machines configure" + gather_facts: true + hosts: + - archlinux.local + - ubuntu.local + roles: + - role: "locales" + - role: "timezone" + - role: "wireguard" + - role: "homebrew" + - role: "python" + - role: "go" + - role: "docker" + - role: "podman" + - role: "ansible" + +- name: "Raspberry Pi configure" + gather_facts: true + hosts: + - rpi5.local + become: true + roles: + - role: "locales" + - role: "timezone" + - role: "wireguard" + - role: "gateway" + - role: "wg_portal" + - role: "pihole" |
