Add TODO stub of Pi Hole setup
See the TODO comment in /roles/pi-hole/tasks/main.yml. We'll probably need to install other software first.
This commit is contained in:
parent
bb8d31c555
commit
8d27bd892c
4 changed files with 29 additions and 1 deletions
9
roles/pi-hole/tasks/main.yml
Normal file
9
roles/pi-hole/tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Install Podman
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: podman
|
||||
state: present
|
||||
# TODO: I'll have to come back to this configuration, it appears there's a problem.
|
||||
# We're going to need to reuse web ports in order to serve multiple websites from
|
||||
# the Raspberry Pi, this will probably necesitate installing Nginx or another reverse proxy.
|
||||
Loading…
Add table
Add a link
Reference in a new issue