ansible


ansible-surround

Another quick blog which will save your time in order to fight with quotes and braces while writing ansible.   This piece of code allows you to put curly braces, quotes, and necessary quotes via evil-surround   Call evil-surround-edit command and press h converts   item ==> {{ item }} H […]


ansible molecule init error(python related)

It looks like really general problem. Fast blog which solve problem about creating molecule role Error log

Solution

Reference https://stackoverflow.com/questions/27630114/matplotlib-issue-on-os-x-importerror-cannot-import-name-thread


Ansible: working with Return Codes

Ansible-playbooks has own output style. In this blog post I have just shared YAML file that explains how to handle return codes in ansible-playbooks So there is an example that handles errors of Ansible.

Output:

  That playbook will not return with failed status because of that we […]