Skip to content

Commit 580bbdd

Browse files
committed
Update entrypoint.sh
1 parent 21bbd33 commit 580bbdd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

entrypoint.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@ tee playbook.yml << EOF
3333
awx.awx.job_launch:
3434
job_template: "$JOB_TEMPLATE"
3535
extra_vars:
36-
var1: "My First Variable"
36+
your_region: "us-east-1"
3737
var2: "My Second Variable"
3838
var3: "My Third Variable"
3939
job_type: run
40-
40+
validate_certs: "$CONTROLLER_VERIFY_SSL"
41+
controller_username: "$CONTROLLER_USERNAME"
42+
controller_password: "$CONTROLLER_PASSWORD"
43+
controller_host: "$CONTROLLER_HOST"
4144
EOF
4245

4346
cat playbook.yml

0 commit comments

Comments
 (0)