File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 3131 job_template : " AWS - ec2 enforce owner tag"
3232 extra_vars : " your_region=us-west-1"
3333 validate_certs : false
34+ workshop_job_provision :
35+ runs-on : ubuntu-latest
36+ name : Kick off workshop controller job
37+ steps :
38+ - name : Load the ansible-cloud action
39+ id : controller
40+ uses :
ansible-cloud/[email protected] 41+ with :
42+ controller_host : ${{ secrets.CONTROLLER_HOST }}
43+ controller_username : ${{ secrets.CONTROLLER_USERNAME }}
44+ controller_password : ${{ secrets.CONTROLLER_PASSWORD }}
45+ job_template : " Workshop Provision Job"
46+ extra_vars : " ec2_name_prefix=github-action-test-sean"
47+ validate_certs : false
48+ workshop_job_teardown :
49+ runs-on : ubuntu-latest
50+ name : Kick off workshop controller job
51+ steps :
52+ - name : Load the ansible-cloud action
53+ id : controller
54+ uses :
ansible-cloud/[email protected] 55+ with :
56+ controller_host : ${{ secrets.CONTROLLER_HOST }}
57+ controller_username : ${{ secrets.CONTROLLER_USERNAME }}
58+ controller_password : ${{ secrets.CONTROLLER_PASSWORD }}
59+ job_template : " Teardown Workshop"
60+ extra_vars : " ec2_name_prefix=github-action-test-sean"
61+ validate_certs : false
You can’t perform that action at this time.
0 commit comments