瀏覽代碼

added variables for logfile and haproxy configcheck

panda 2 年之前
父節點
當前提交
bbff12393a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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"