Ver Fonte

added variables for logfile and haproxy configcheck

panda há 2 anos atrás
pai
commit
bbff12393a
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      Ansible_DEMO/variables.yml

+ 2 - 0
Ansible_DEMO/variables.yml

@@ -10,6 +10,8 @@ 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"