Guillaume Coré
2018-03-29 5ca2f337bd88c42b10dc4e4def6518b7f95f3085
ocp-workshop: do not gather fact in pre-software (not needed)
1 files modified
2 ■■■■■ changed files
ansible/configs/ocp-workshop/pre_software.yml 2 ●●●●● patch | view | raw | blame | history
ansible/configs/ocp-workshop/pre_software.yml
@@ -50,6 +50,7 @@
- name: Request Let's Encrypt Wildcard Certificates
  hosts: bastions[0]
  become: true
  gather_facts: false
  vars_files:
    - "{{ ANSIBLE_REPO_PATH }}/configs/{{ env_type }}/env_vars.yml"
    - "{{ ANSIBLE_REPO_PATH }}/configs/{{ env_type }}/env_secret_vars.yml"
@@ -60,6 +61,7 @@
- name: Configuring Bastion Hosts
  hosts: bastions
  become: true
  gather_facts: false
  vars_files:
    - "{{ ANSIBLE_REPO_PATH }}/configs/{{ env_type }}/env_vars.yml"
    - "{{ ANSIBLE_REPO_PATH }}/configs/{{ env_type }}/env_secret_vars.yml"