
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,638 Views
Welcome to the Managing Enterprise Automation with Red Hat Ansible Automation Platform group!
We are excited to launch a space dedicated to the Red Hat Training course Managing Enterprise Automation with Red Hat Ansible Automation Platform!
To gain the most value from this group - click the "Join Group" button in the upper right hand corner of the group home page.
We encourage group members to collaborate in this group to discuss topics, ask questions, share best practices and tips, provide course feedback, and share their accomplishments as it relates to DO467.
Read more about Managing Enterprise Automation with Red Hat Ansible Automation Platform here.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,916 Views
Here are some specific ways that you can participate in the group:
- Ask questions about the course material or about Ansible in general.
- Share your own tips and best practices for using Ansible.
- Provide feedback on the course material.
- Share your accomplishments, such as completing the course or clearing the EX467 certification.
- Help others by answering to their queries.
To join the group , click on the below link and then click on "Join Group" button :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 684 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 674 Views
@RedHatThomas try in a different browser.
This is a working link : https://learn.redhat.com/t5/DO467-Managing-Enterprise/gh-p/DO467ManagingEnterpriseAutomationwithRedH...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,538 Views
I cannot find the grading. Is it missing in the DO467 or am I doing something wrong?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 305 Views
Log in to the private automation hub web UI as a user that has permissions to manage remote collections.
Navigate to Collections → Repository Management and then click the Remote tab.
On the rh-certified row, select Edit from the vertical ellipsis icon.
Enter your token for downloading content from automation hub. You can copy your automation hub token from https://console.redhat.com/ansible/automation-hub/token.
Click Save to save your changes.
From the Repo Management page, click Sync to synchronize Ansible Content Collections from automation hub. If successful, then the Sync status column eventually displays a status of Completed.
I think I'm doing it wrong because it doesn't sync, the token is a long one that I copied

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 298 Views
@lopuma I guess you have got the reply to your query from @Travis in another thread initiated by yours here : https://learn.redhat.com/t5/DO467-Managing-Enterprise/Repo-Management/m-p/49704/thread-id/45/emcs_t/...
In a nutshell, the lecture section is for teaching the concepts and is for demo purpose. If you want to practice hands on you need to follow the section titled "Guided Exercise" or "Lab".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 193 Views
'''
Launch the Internal Web Access job template to verify that the survey and the most recent Git repository changes work successfully. Target hosts in the Dev inventory and when prompted by the survey, select the 172.25.252.0/24 network.
Go to Resources → Templates and click the Launch Template icon for the Internal Web Access job template.
Select the Dev inventory and then click Next.
In the survey window, select the 172.25.252.0/24 network from the menu and then click Next.
Click Launch. The job succeeds and the Open ports for local network task displays the following output:
TASK [Open ports for local network] ********************************************
changed: [servera.lab.example.com] => (item=[{'port': 80, 'protocol': 'tcp'}, '172.25.250.0/24'])
changed: [serverb.lab.example.com] => (item=[{'port': 80, 'protocol': 'tcp'}, '172.25.250.0/24'])
changed: [servera.lab.example.com] => (item=[{'port': 80, 'protocol': 'tcp'}, '172.25.252.0/24'])
changed: [serverb.lab.example.com] => (item=[{'port': 80, 'protocol': 'tcp'}, '172.25.252.0/24'])
In addition to the 172.25.250.0/24 network (the network used by the eth0 interface on both hosts), the playbook opened TCP port 80 to the network specified by the survey.
'''
It gives me this error
'''
PLAY [Configure a simple web server and allow access to internal networks]
TASK [Install software]
ok: [servera. lab.example.com]
ok: [serverb. lab.example.com]
TASK [Set local network variable]
fatal: [servera. lab. example. com]: FAILED! => {"msg": "The task includes an option with an undefined variable.
The error was: {{ ansible_facts['default_ipv4' ] ['network' ] }}/{{ ansible_facts ['default_ipv4' ] ['netmask' ] }}:
'dict object' has no attribute 'default_ipv4'\\n\\nThe error appears to be in '/runner/project/
internal_apache_setup.yml': line 14, column 7, but may\\nbe elsewhere in the file depending on the exact syntax
^ here\
fatal: [serverb. lab. example. com]: FAILED! => {"msg": "The task includes an option with an undefined variable.
The error was: {{ ansible_facts['default_ipv4' ] ['network' ] }}/{{ ansible_facts ['default_ipv4' ] ['netmask' ] }}:
'dict object' has no attribute 'default_ipv4'\\n\\nThe error appears to be in '/runner/project/
internal apache_setup.yml': line 14, column 7, but may\\nbe elsewhere in the file depending on the exact syntax
^ here\
'''

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 193 Views
. Ensuring lab systems are running---------success
Automation controller settings are configured correctly -----------PASS
I The survey for the 'Internal Web Access' job template exists and is configured correctly ---------------------PASS
. The web servers are accessible and have the expected rich firewall rules---------------------FAIL
- Playbook failed: /home/student/.venv/labs/lib/python3.6/site-packages/do467/ansible/job-review/grade_rich
rules. yml
servera: Grade rich rules: . The 'servera. lab. example. com' machine does not have the expected rich firewal
l rules.
serverb: Grade rich rules: . The 'serverb. lab. example. com' machine does not have the expected rich firewal
l rules.
workstation: Display error_summary: [". The 'servera. lab. example. com' machine does not have the expected r
ich firewall rules.", ". The 'serverb. lab. example. com' machine does not have the expected rich firewall rules. "]