Problem Summary
https://catalog.demo.redhat.com/catalog/babylon-catalog-prod?item=babylon-catalog-prod/sandboxes-gpte.advanced-features-of-aap.prod
3. Workflows for more efficient collaboration
getting permission is denied when trying to connect to node1 and node2. Thus, breaking the workflow exercise at Data Gathering.
I'm able to workaround by updating the CasC created "Lab Credentials" credential from "lab-user" to "ec2-user". So likewise, I can instruct my lab users to update the configure-controller.yml file (probably the easiest fix for the lab as well).
Extra vars file
n/a
Ansible Playbook Output
0
Identity added: /runner/artifacts/10/ssh_key_data (root@31991246584f)
1
node2 | UNREACHABLE! => {
2
"changed": false,
3
"msg": "Failed to connect to the host via ssh: Warning: Permanently added 'node2' (ED25519) to the list of known hosts.\r\nlab-user@node2: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).",
4
"unreachable": true
5
}
6
node1 | UNREACHABLE! => {
7
"changed": false,
8
"msg": "Failed to connect to the host via ssh: Warning: Permanently added 'node1' (ED25519) to the list of known hosts.\r\nlab-user@node1: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).",
9
"unreachable": true
10
}

Problem Summary
https://catalog.demo.redhat.com/catalog/babylon-catalog-prod?item=babylon-catalog-prod/sandboxes-gpte.advanced-features-of-aap.prod
3. Workflows for more efficient collaboration
getting permission is denied when trying to connect to node1 and node2. Thus, breaking the workflow exercise at Data Gathering.
I'm able to workaround by updating the CasC created "Lab Credentials" credential from "lab-user" to "ec2-user". So likewise, I can instruct my lab users to update the configure-controller.yml file (probably the easiest fix for the lab as well).
Extra vars file
n/a
Ansible Playbook Output
0
Identity added: /runner/artifacts/10/ssh_key_data (root@31991246584f)
1
node2 | UNREACHABLE! => {
2
"changed": false,
3
"msg": "Failed to connect to the host via ssh: Warning: Permanently added 'node2' (ED25519) to the list of known hosts.\r\nlab-user@node2: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).",
4
"unreachable": true
5
}
6
node1 | UNREACHABLE! => {
7
"changed": false,
8
"msg": "Failed to connect to the host via ssh: Warning: Permanently added 'node1' (ED25519) to the list of known hosts.\r\nlab-user@node1: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).",
9
"unreachable": true
10
}