Nate Stephany
2019-11-13 20d91b3b6fb1ff7fc883558f8b4074b4c8b40216
user.info formatting and pull student_password (#829)

1 files modified
3 ■■■■ changed files
ansible/configs/ocp4-disconnected-osp-lab/post_software.yml 3 ●●●● patch | view | raw | blame | history
ansible/configs/ocp4-disconnected-osp-lab/post_software.yml
@@ -14,9 +14,10 @@
        - "user.info: You can access your bastion via SSH:"
        - "user.info: ssh {{ student_name }}@bastion.{{ guid }}.{{ ocp_cluster_dns_zone }}"
        - "user.info: "
        - "user.info: Make sure you use the username '{{ student_name }}' and the password '{{ student_password }}'' when prompted."
        - "user.info: Make sure you use the username '{{ student_name }}' and the password '{{ hostvars['bastion']['student_password'] }}' when prompted."
        - "user.info: "
        - "user.info: For reference, the floating IPs you will use for OpenShift are:"
        - "user.info: "
        - "user.info: API IP: {{ ocp_api_fip }}"
        - "user.info: API FQDN: api.{{ guid }}.{{ ocp_cluster_dns_zone }}"
        - "user.info: "