You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exercise 2.6 fails when the template Tomcat Deploy runs the tomcat.yml file. The nodes are rhel 8.1 and tomcat is not available.
ISSUE TYPE
Bug Report
EXTRA VARS FILE
[ec2-user@ip-172-31-87-102 provisioner]$ cat extra_vars_frb-workshop.yml
---
# Where to provision (Don't change: only testing ec2)
instance_loc: ec2
# region where the nodes will live
ec2_region: us-east-1
# name prefix for all the VMs
ec2_name_prefix: frb-workshop
# creates student_total of workbenches for the workshop
student_total: 20
# Set the right workshop type, like networking, rhel or f5 (see above)
workshop_type: rhel
# OPTIONAL VARIABLES
# creates 2 windows instances per student instead of default 1
doubleup: false
# password for Ansible control node, defaults to ansible
admin_password: emergent
# creates AWS S3 website for ec2_name_prefix.workshop_dns_zone
create_login_page: true
# Sets the Route53 DNS zone to use for the S3 website
workshop_dns_zone: labs-emergent360.com
# automatically installs Tower to control node
towerinstall: true
# automatically licenses Tower if license is provided
autolicense: true
e.g. here is an example of an extra vars file we are looking for:
I'll look into this, needs a rewrite of the lab task as Tomcat is gone and some workaround like installing from tarball is not making sense. I mean JSP's are so early 2000 anyway... ;)
SUMMARY
Exercise 2.6 fails when the template Tomcat Deploy runs the tomcat.yml file. The nodes are rhel 8.1 and tomcat is not available.
ISSUE TYPE
EXTRA VARS FILE
e.g. here is an example of an extra vars file we are looking for:
for more information on the extra vars file please refer to: https://github.com/network-automation/linklight/blob/master/provisioner/README.md
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
[ec2-user@ip-172-31-87-102 provisioner]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.8 (Maipo)
TOWER
Engine
PLAYBOOK SHORT OUTPUT
PLAYBOOK LONG OUTPUT
The text was updated successfully, but these errors were encountered: