summaryrefslogtreecommitdiffstats
path: root/site.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 21:50:28 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 23:28:42 +0200
commit8f539a76effcfb794145905736106de9e7f6aa8d (patch)
tree2538bb504082370f3d14da549b6a5e7e6f5ad487 /site.yml
parentbed8aaaeb0b63b2072fbd030d76f8f928432e7b8 (diff)
Add pihole role to configure raspberry pi
Diffstat (limited to 'site.yml')
-rw-r--r--site.yml8
1 files changed, 8 insertions, 0 deletions
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"