deaktiviere rate limiting (#177)

deaktiviere rate limiting

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#177
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-07-28 07:53:25 +02:00
parent e9bc9e981f
commit de812e6820

View file

@ -18,6 +18,14 @@
"VIRTUAL_HOST" => "{{ pihole_homer_fqdn }}"
)
state: absent
- name: deaktiviere rate limiting
ansible.builtin.blockinfile:
path: /etc/pihole/pihole-FTL.conf
block: |
RATE_LIMIT=0/0
state: absent
# Wenn die VM beim Start mit "systemd-networkd-wait-online." hängt
# Deaktiviere DHCP in:
# sudo nano /etc/netplan/01-netcfg.yaml