Ansible: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(→WINRM) |
(→URLS) |
||
Linha 1: | Linha 1: | ||
=URLS= | =URLS= | ||
*[http://docs.ansible.com/ansible/latest/ Documentation] | *[http://docs.ansible.com/ansible/latest/ Documentation] | ||
*[https://docs.ansible.com/ansible/ | *[https://docs.ansible.com/ansible/2.8/modules/modules_by_category.html Module Index] | ||
=Log and Verbosity= | =Log and Verbosity= |
Edição das 14h35min de 23 de outubro de 2020
URLS
Log and Verbosity
# Specify the location for the log file
export ANSIBLE_LOG_PATH=~/ansible.log
# Enable Debug
export ANSIBLE_DEBUG=True
# Run with 4*v for connection level verbosity
ansible-playbook -vvvv ...
WSL
Fixing case sensitive
- include_tasks: "os_{{ ansible_facts['os_family']|lower }}.yml"
Running on
MAC OS
OSX crash complaining of operation `in progress in another thread when fork() was called`
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
Windows
WINRM
winrm quickconfig dir wsman:\localhost\listener Remove-Item-Path WSMan:\Localhost\listener\<name>