diff options
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" |
