Guillaume Coré
2019-02-06 cbe9bcd4a10405e300428439510ccb73d484f811
OCP 4: use public ip address instead, following 67da7d57

AWS public dns are not very easy on the eye.
1 files modified
2 ■■■ changed files
ansible/configs/ocp4-coreos-deployer/software.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp4-coreos-deployer/software.yml
@@ -208,7 +208,7 @@
        - "user.info: WARNING: with great power comes great responsibility. We monitor usage."
        - "user.info: Your AWS programmatic access: {{ student_access_key_id }} / {{ student_secret_access_key }}"
        - "user.info: "
        - "user.info: SSH Access: ssh {{ student_username }}@{{ hostvars[bastion_hostname].public_dns_name }}"
        - "user.info: SSH Access: ssh {{ student_username }}@{{ hostvars[bastion_hostname].public_ip_address }}"
        - "user.info: Use your OPENTLC SSH key, see http://www.opentlc.com/ssh.html"
      when:
        - not install_ocp4 | bool