whack-a-service/Ansible_DEMO/variables.yml

19 lines
496 B
YAML

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"
#bind:
domain: "YOUR.DOMAIN"
zone: "YOUR_DELEGATION_ZONE"
publish: "publish"