ansible / workshops

Training Course for Ansible Automation Platform
MIT License
1.67k stars 1.11k forks source link

apache role allows https instead of http #2136

Closed mkbredem closed 19 hours ago

mkbredem commented 2 months ago

Area

Ansible Red Hat Enterprise Linux Workshop

Proposed Changes

When building the tasks/main.yml for the apache role in https://aap2.demoredhat.com/exercises/ansible_rhel/1.7-role/#step-3---building-the-apache-role

the task "Allow HTTPS traffic on web servers" should allow "http" instead for the subsequent config and curl http://node1 command to work.

mkbredem commented 2 months ago

Hereis the specific task as it should appear:

rlopez133 commented 19 hours ago

Closing as its a duplicate to #2131