diff --git a/.ansible/inventory.yaml b/.ansible/inventory.yaml index f93567f..9fe752e 100644 --- a/.ansible/inventory.yaml +++ b/.ansible/inventory.yaml @@ -6,3 +6,7 @@ mac_desktops: home_servers: hosts: homer + +pihole: + hosts: + pihole diff --git a/.ansible/site.yaml b/.ansible/site.yaml index 6e8caac..e08df9e 100644 --- a/.ansible/site.yaml +++ b/.ansible/site.yaml @@ -7,3 +7,8 @@ hosts: home_servers roles: - home_server + +- name: pi-hole + hosts: pihole + roles: + - pi_hole