Accessing Ansible Automation Platform

Access Your Lab Environment

  1. Access to the bastion executing the following command:

    ssh {bastion_ssh_user_name}@{bastion_public_hostname} -p {bastion_ssh_port}

    SSH password is {bastion_ssh_password}. The uuid of your lab is: my-guid

  2. Optionally copy your public SSH key to the bastion allowing you to authenticate with the server without entering a password every time you connect:

    ssh-copy-id -p {bastion_ssh_port} {bastion_ssh_user_name}@{bastion_public_hostname}

Credentials for Ansible Automation Platform and OpenShift Console

Your OpenShift cluster console is available {openshift_cluster_console_url}[here^].

Your local admin login is available with the following credentials:

  • User: {openshift_cluster_admin_username}

  • Password: {openshift_cluster_admin_password}

You will then be presented with a login screen where you can copy/paste your credentials.

01 openshift login
Figure 1. OpenShift Login

Your Ansible Automation Platform console is available {aap_controller_web_url}[here^].

Your admin login is available with the following credentials:

  • User: {aap_controller_admin_user}

  • Password {aap_controller_admin_password}

02 aap login
Figure 2. AAP Login

Use this opportunity to open and log into both consoles to prepare for the lab.