This shows you the differences between two versions of the page.
|
ansible:ansible_problem [2021/09/03 10:21] manu created |
ansible:ansible_problem [2021/09/17 14:26] (current) manu |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| nim001 ansible_python_interpreter=/usr/bin/python | nim001 ansible_python_interpreter=/usr/bin/python | ||
| aix002 ansible_python_interpreter=/usr/bin/python | aix002 ansible_python_interpreter=/usr/bin/python | ||
| + | </cli> | ||
| + | |||
| + | ===== playbook debug ===== | ||
| + | |||
| + | If you want to keep temporary files after running a playbook use | ||
| + | <cli> | ||
| + | [root@lnxa100 playbooks]# export ANSIBLE_KEEP_REMOTE_FILES=1 ;ansible-playbook mksysb.yml -vvv | ||
| </cli> | </cli> | ||