Guillaume Coré
2018-07-10 d39fcec21d3e9740ba9d030bff467c7f084f7315
ocp-workshop: copy LetsEncrypt CA only when needed (SSO auth)
1 files modified
4 ■■■ changed files
ansible/configs/ocp-workshop/pre_software.yml 4 ●●● patch | view | raw | blame | history
ansible/configs/ocp-workshop/pre_software.yml
@@ -96,7 +96,7 @@
    - debug:
        msg: "Pre-Software checks completed successfully"
- name: Copy lets encrypt certificates
- name: Copy lets encrypt certificates for SSO
  hosts: masters
  gather_facts: False
  become: yes
@@ -111,3 +111,5 @@
      copy:
        src: ./files/lets-encrypt-x3-cross-signed.pem.txt
        dest: /etc/origin/master/
      when: >-
        'ssodev' in install_idms