mirror of
https://github.com/Expand-sys/pihole-dnsovertls
synced 2025-12-15 15:02:13 +11:00
6 lines
391 B
Text
6 lines
391 B
Text
pihole:
|
|
hosts:
|
|
127.0.0.1: #change me to your caddy servers ip address or hostname
|
|
vars:
|
|
ansible_ssh_user: root #changing this will require changes to the playbook, currently the playbook must be run as root.
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no' #This stops hostkey checking useful if like me you destroy vms and build new ones all the time
|