updates for pihole, http site, venv requirements
This commit is contained in:
13
ansible/roles/pihole/tasks/php.yml
Normal file
13
ansible/roles/pihole/tasks/php.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user