Guillaume Coré
2018-09-14 4fd6534f6acb3cbed2697c299fd257e8693ce9c3
ansible/configs/ansible-cicd-lab/pre_software.yml
@@ -25,6 +25,8 @@
  roles:
    -  { role: "{{ ANSIBLE_REPO_PATH }}/roles/bastion", when: 'install_bastion' }
    -  { role: "{{ ANSIBLE_REPO_PATH }}/roles/bastion-opentlc-ipa", when: 'install_ipa_client' }
    - role: "{{ ANSIBLE_REPO_PATH }}/roles/bastion-student-user"
      when: install_student_user | bool
  tags:
    - step004
    - bastion_tasks