Created
July 7, 2019 00:54
-
-
Save weiyentan/01fa30089634da3275cb592d86f6a6c2 to your computer and use it in GitHub Desktop.
Tower_job_launch example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Launch Job Template to transfer archive files to management host | |
tower_job_launch: | |
job_template: " APFW - Helper playbook - Transfer archive to management host" | |
inventory: "{{ inventory }}" | |
credential: "{{ tower_jobcredential }}" | |
limit: "{{ limit }}" | |
tower_username: "{{ tower_username }}" | |
tower_password: "{{ tower_password }}" | |
tower_verify_ssl: no | |
extra_vars: | |
management_server: "{{ management_server }}" | |
search_term: "{{ search_term }}" | |
destination_logpath: "{{ destination_logpath }}" | |
register: job |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment