Explorar el Código

Merge pull request #290 from j0hnL/issue-289

update internet timeout resolves issue-289
Lucas A. Wilson hace 4 años
padre
commit
71254a6aaf

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

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

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

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