updates for pihole, http site, venv requirements

This commit is contained in:
Bastian de Byl
2022-04-02 21:01:42 -04:00
parent 78a4d5c3b7
commit d197909c05
9 changed files with 89 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
---
- name: replace pi.hole hostname
become: true
replace:
path: "{{ item }}"
regexp: "pi\\.hole"
replace: "pi.bdebyl.net"
with_items:
- /srv/http/pihole/admin/scripts/pi-hole/php/auth.php
- /srv/http/pihole/pihole/index.php
tags:
- pihole