We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bbd33 commit 580bbddCopy full SHA for 580bbdd
entrypoint.sh
@@ -33,11 +33,14 @@ tee playbook.yml << EOF
33
awx.awx.job_launch:
34
job_template: "$JOB_TEMPLATE"
35
extra_vars:
36
- var1: "My First Variable"
+ your_region: "us-east-1"
37
var2: "My Second Variable"
38
var3: "My Third Variable"
39
job_type: run
40
-
+ validate_certs: "$CONTROLLER_VERIFY_SSL"
41
+ controller_username: "$CONTROLLER_USERNAME"
42
+ controller_password: "$CONTROLLER_PASSWORD"
43
+ controller_host: "$CONTROLLER_HOST"
44
EOF
45
46
cat playbook.yml
0 commit comments