Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. - name: Launch Job Template to transfer archive files to management host
  2. tower_job_launch:
  3. job_template: " APFW - Helper playbook - Transfer archive to management host"
  4. inventory: "{{ inventory }}"
  5. credential: "{{ tower_jobcredential }}"
  6. limit: "{{ limit }}"
  7. tower_username: "{{ tower_username }}"
  8. tower_password: "{{ tower_password }}"
  9. tower_verify_ssl: no
  10. extra_vars:
  11. management_server: "{{ management_server }}"
  12. search_term: "{{ search_term }}"
  13. destination_logpath: "{{ destination_logpath }}"
  14. register: job
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement