File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1717
1818
1919jobs :
20- automation_controller_job :
21- runs-on : ubuntu-latest
22- name : Kick off Automation controller job
23- steps :
24- - name : Load the ansible-cloud action
25- id : controller_job
26- uses :
ansible-cloud/[email protected] 27- with :
28- controller_host : ${{ secrets.CONTROLLER_HOST }}
29- controller_username : ${{ secrets.CONTROLLER_USERNAME }}
30- controller_password : ${{ secrets.CONTROLLER_PASSWORD }}
31- job_template : " AWS - ec2 enforce owner tag"
32- extra_vars : " your_region=us-west-1"
33- validate_certs : false
20+ # automation_controller_job:
21+ # runs-on: ubuntu-latest
22+ # name: Kick off Automation controller job
23+ # steps:
24+ # - name: Load the ansible-cloud action
25+ # id: controller_job
26+ # uses: ansible-cloud/[email protected] 27+ # with:
28+ # controller_host: ${{ secrets.CONTROLLER_HOST }}
29+ # controller_username: ${{ secrets.CONTROLLER_USERNAME }}
30+ # controller_password: ${{ secrets.CONTROLLER_PASSWORD }}
31+ # job_template: "AWS - ec2 enforce owner tag"
32+ # extra_vars: "your_region=us-west-1"
33+ # validate_certs: false
3434 workshop_job_provision :
3535 runs-on : ubuntu-latest
3636 name : Test provision workshop and teardown
You can’t perform that action at this time.
0 commit comments