whack-a-service/Ansible_DEMO/variables.yml

20 lines
496 B
YAML
Raw Permalink Normal View History

2021-12-28 18:06:39 +01:00
timezone: Europe/Rome
#ssh key to connect to the machines
ssh_user: "admin"
ssh_key: "~/.ssh/id_rsa"
#haproxy autosync config:
hap_git_repo: "YOUR_GIT_REPO"
hap_git_dest: "/scripts/hap_git_dest"
hap_git_folder: "/etc/haproxy"
hap_git_key: "/scripts/hap_git-id_ssh_rsa"
hap_git_script: "/scripts/git_hap-config_autoupdate.sh"
hap_git_bin: "/usr/sbin/haproxy"
hap_git_logfile: "/scripts/git_hap-config_autoupdate.log"
2021-12-28 18:06:39 +01:00
#bind:
domain: "YOUR.DOMAIN"
zone: "YOUR_DELEGATION_ZONE"
publish: "publish"