diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 21:50:28 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 23:28:42 +0200 |
| commit | 8f539a76effcfb794145905736106de9e7f6aa8d (patch) | |
| tree | 2538bb504082370f3d14da549b6a5e7e6f5ad487 /site.yml | |
| parent | bed8aaaeb0b63b2072fbd030d76f8f928432e7b8 (diff) | |
Add pihole role to configure raspberry pi
Diffstat (limited to 'site.yml')
| -rw-r--r-- | site.yml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -30,3 +30,11 @@ roles: - role: "locales" - role: "timezone" + +- name: "Raspberry Pi configure" + gather_facts: true + hosts: + - rpi5.local + become: true + roles: + - role: "pihole" |
