소스 검색

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"