forked from AutomationWitch/workshops
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample-vars-windows.yml
28 lines (28 loc) · 1.02 KB
/
sample-vars-windows.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
# 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: TESTWORKSHOP
# creates student_total of workbenches for the workshop
student_total: 2
# Set the right workshop type, like networking, rhel or f5 (see above)
workshop_type: windows
# Required for AAP download https://access.redhat.com/articles/3626371
offline_token: "234234234234234234234234234234234234234"
# Required for podman authentication to registry.redhat.io
redhat_username: [email protected]
redhat_password: R3dh4t!
# DNS domain
workshop_dns_zone: demoredhat.com
# OPTIONAL VARIABLES
# creates 2 windows instances per student instead of default 1
doubleup: false
# password for Ansible control node, defaults to ansible
admin_password: ansible123
# adds a form that prompts for name and email to allocate student credentials
attendance: false
# automatically installs Automation controller to control node
controllerinstall: true
create_cluster: false