sborenst
2018-08-28 cc661608f6adb287d0287b3c933a1d341bd0c96a
corrected ocp-storage-cns for rhte student login
1 files modified
4 ■■■ changed files
ansible/configs/ocp-storage-cns/pre_software.yml 4 ●●● patch | view | raw | blame | history
ansible/configs/ocp-storage-cns/pre_software.yml
@@ -11,7 +11,7 @@
    - step003
    - generate_env_keys
  tasks:
    - name: Generate SSH keys
    - name: Generate SSH kseys
      shell: ssh-keygen -b 2048 -t rsa -f "{{ ANSIBLE_REPO_PATH }}/workdir/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{ ANSIBLE_REPO_PATH }}/workdir/{{env_authorized_key}}"
@@ -54,6 +54,8 @@
    - "{{ ANSIBLE_REPO_PATH }}/configs/{{ env_type }}/env_secret_vars.yml"
  roles:
    -  { role: "{{ ANSIBLE_REPO_PATH }}/roles/bastion", when: 'install_bastion' }
    -  { role: "{{ ANSIBLE_REPO_PATH }}/roles/bastion-student-user", when: student_password is defined }
  tags:
    - step004
    - bastion_tasks