From 77873301d2fd1db5f96abd0e65ad0e6ccec907ee Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 26 Dec 2018 17:57:34 +0000 Subject: [PATCH] Add Pi-Hole to Ansible --- .ansible/inventory.yaml | 4 ++++ .ansible/site.yaml | 5 +++++ 2 files changed, 9 insertions(+) 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