mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
isolated connection timeout and log file for playbook out
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
# dest: /tmp/some/path/
|
||||
# proot_temp_dir: /tmp/some/path
|
||||
|
||||
- hosts: all
|
||||
- name: Prepare data, dispatch job in isolated environment.
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
vars_prompt:
|
||||
- prompt: "Secret"
|
||||
name: "secret"
|
||||
private: yes
|
||||
|
||||
tasks:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user