added partkeepr, motion, and relevant secrets

This commit is contained in:
Bastian de Byl
2021-11-28 16:38:52 -05:00
parent 35c845106f
commit cc834df161
16 changed files with 167 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
---
- name: install pi-hole-server
command: yay -S --noconfirm pi-hole-server
args:
creates: /bin/pihole
- name: install pi-hole-server dependencies
become: true
pacman:
name: "{{ deps }}"
state: present