pihole: ips statt fqdn (#99)
acng ip ntp ip pihole: restic als ip Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#99 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
088e5d144a
commit
a8e76fa67a
1 changed files with 8 additions and 0 deletions
|
@ -21,3 +21,11 @@
|
|||
comment: 'pihole-dhcp'
|
||||
## playbook
|
||||
pihole_homer_fqdn: docker.grote.lan # unter welchem host ist docker erreichbar? notwendig für die pihole stats in homer; fur die cors abfrage
|
||||
### mgrote.restic
|
||||
restic_repository: "//192.168.2.36/backup/restic" # weil pihole den fqdn nicht auflösen kann
|
||||
### mgrote.ntp_chrony_server
|
||||
ntp_chrony_servers: # weil pihole den fqdn nicht auflösen kann
|
||||
- address: pool.ntp.org
|
||||
options: iburst #optionaler parameter
|
||||
### mgrote.apt_manage_sources
|
||||
manage_sources_apt_proxy_url: "192.168.2.46:9999/" # weil pihole den fqdn nicht auflösen kann
|
||||
|
|
Loading…
Reference in a new issue