From 8f539a76effcfb794145905736106de9e7f6aa8d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 21:50:28 +0200 Subject: Add pihole role to configure raspberry pi --- site.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'site.yml') diff --git a/site.yml b/site.yml index acd37938..82bfe8e7 100644 --- a/site.yml +++ b/site.yml @@ -30,3 +30,11 @@ roles: - role: "locales" - role: "timezone" + +- name: "Raspberry Pi configure" + gather_facts: true + hosts: + - rpi5.local + become: true + roles: + - role: "pihole" -- cgit v1.2.3