ansible check is command exist
Edit: 1.1.2019. Few days ago I learned how to use test command. I think that can be solve faster defined problem. Related link Usefull small ansible script that checks is program exist
Edit: 1.1.2019. Few days ago I learned how to use test command. I think that can be solve faster defined problem. Related link Usefull small ansible script that checks is program exist
I this blog post, I’ll talk about how to make easier to search and edit ansible playbooks in Emacs. As you know compare to others 🙂 working with Emacs, always bring so many additional features. Let’s talk a bit them. Playbooks are compose of YAML files. Thanks to god […]
Today I used first-time ansible unarchive module and immediately I got error like beginning of everything. Thanks to ansible again that proved that rule. Error was about that extracting file (tar.gz) which I download with get_url module on remote server in master ansible server. Definition of problem While Ansible master […]