redhatgov.workshops
redhatgov.workshops copied to clipboard
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
``` TASK [aws.infra : Create infrastructure using Terraform] ********************************************************************************************************************************************************** fatal: [localhost]: FAILED! => {"changed": false, "command": "/usr/local/bin/terraform apply -no-color -input=false -auto-approve=true -lock=true /tmp/tmpj4IPYh.tfplan", "msg": "Failure when executing Terraform command. Exited...
The BU Ansible workshop has been integrated with visual studio code server, allowing browser-based IDE usage in the workshop. We NEED this.
Instead of having the number of nodes and tower servers be 2 separate counts (because I missed that and had to re-provision the entire workshop...) how about a single declared...
We've had a couple of instances where GitHub was either unable to be accessed (port restrictions) or the users were not able (policy) to create accounts. If we had Gogs...
The current implementation uses zshell, which is not intuitive and causes confusion with attendees. Can we revert back to the standard shell please?
The expression `hostvars[inventory_hostname]['ec2_tag_Index']` used in many places is not working... It appears this fact is not being returned in hostvars fact.... ``` TASK [wetty : Copy cert.pem to Wetty dir]...
The registration logic needs to be enhanced to provide better handling of different error conditions. For example this error is ignored when it should error, because this activation key did...
I was able to provision (after some hacks not documented in README :-)) the `student_cli` workshop but I'm not able to run the `2_configure.yml` playbook. I'm getting the following error:...
`ansible-playbook 1_provision.yml` produces the following excerpt of an error (the actual error is super long). ``` Error: Error applying plan:\n\n4 error(s) occurred:\n\n* aws_route53_record.master: 1 error(s) occurred:\n\n* aws_route53_record.master: NoSuchHostedZone: No hosted...