RedHatGov / redhatgov.workshops

This is a collection of Ansible-deployed workshop environments. Use it in combination with the student workbook content, from the repo at https://github.com/RedHatGov/redhatgov.github.io
http://redhatgov.io
65 stars 69 forks source link

2_load.yml playbook execution failing for rhel_aws workshop due to undefined variable #123

Closed t-prinz closed 4 years ago

t-prinz commented 4 years ago

When running the 2_load.yml playbook, execution fails twice when encountering the undefined variable beta. The complete files are attached, but to get around the issue, I modified 2 files:

../ansible_tower_aws/roles/ansible.tower/tasks/nodes_setup.yml

BEFORE

AFTER

../ansible_tower_aws/roles/subscription_manager/tasks/subscribe.yml

BEFORE

AFTER

load.error.txt load-2.error.txt