variables.yml 405 B

1234567891011121314151617
  1. timezone: Europe/Rome
  2. #ssh key to connect to the machines
  3. ssh_user: "admin"
  4. ssh_key: "~/.ssh/id_rsa"
  5. #haproxy autosync config:
  6. hap_git_repo: "YOUR_GIT_REPO"
  7. hap_git_dest: "/scripts/hap_git_dest"
  8. hap_git_folder: "/etc/haproxy"
  9. hap_git_key: "/scripts/hap_git-id_ssh_rsa"
  10. hap_git_script: "/scripts/git_hap-config_autoupdate.sh"
  11. #bind:
  12. domain: "YOUR.DOMAIN"
  13. zone: "YOUR_DELEGATION_ZONE"
  14. publish: "publish"