소스 검색

Merge pull request #290 from j0hnL/issue-289

update internet timeout resolves issue-289
Lucas A. Wilson 4 년 전
부모
커밋
71254a6aaf
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      appliance/roles/common/vars/main.yml
  2. 2 2
      appliance/tools/roles/fetch_password/tasks/main.yml

+ 1 - 1
appliance/roles/common/vars/main.yml

@@ -37,7 +37,7 @@ common_packages:
 
 
 # Usage: pre_requisite.yml
 # Usage: pre_requisite.yml
 internet_delay: 0
 internet_delay: 0
-internet_timeout: 1
+internet_timeout: 10
 hostname: github.com
 hostname: github.com
 port_no: 22
 port_no: 22
 os_name: CentOS
 os_name: CentOS

+ 2 - 2
appliance/tools/roles/fetch_password/tasks/main.yml

@@ -36,9 +36,9 @@
   set_fact:
   set_fact:
     cobbler_password: "{{ provision_password }}"
     cobbler_password: "{{ provision_password }}"
   no_log: true
   no_log: true
-  
+
 - name: Encrypt input config file
 - name: Encrypt input config file
   command: >-
   command: >-
     ansible-vault encrypt {{ role_path }}/../../../{{ input_config_filename }}
     ansible-vault encrypt {{ role_path }}/../../../{{ input_config_filename }}
     --vault-password-file {{ role_path }}/../../../{{ vault_filename }}
     --vault-password-file {{ role_path }}/../../../{{ vault_filename }}
-  changed_when: false
+  changed_when: false