forked from ansible/workshops
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsample-vars-rhel.yml
More file actions
24 lines (24 loc) · 808 Bytes
/
sample-vars-rhel.yml
File metadata and controls
24 lines (24 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
# region where the nodes will live
ec2_region: us-east-1
# name prefix for all the VMs
ec2_name_prefix: TESTWORKSHOP
# amount of work benches to provision
student_total: 2
# workshop is put into rhel mode
workshop_type: rhel
# Required for AAP download https://access.redhat.com/articles/3626371
offline_token: "234234234234234234234234234234234234234"
# Required for podman authentication to registry.redhat.io
redhat_username: joe@redhat.com
redhat_password: R3dh4t!
# DNS domain
workshop_dns_zone: demoredhat.com
## Optional Variables
# password used for student account on control node
admin_password: ansible
# turn DNS on for control nodes, and set to type in valid_dns_type
dns_type: aws
# this will install Automation controller on all control nodes
controllerinstall: true
create_cluster: false