The run_once statement in Ansible
Introduction Ansible is a powerful automation tool that makes managing IT infrastructure easier.
Continue readingIntroduction Ansible is a powerful automation tool that makes managing IT infrastructure easier.
Continue readingHow to write a variable to file with Ansible? From a simple value or the result of complex command execution on the target node often we have the need to write the result to a file.
Continue readingWhat is the difference between ansible_hostname vs inventory_hostname? These two ansible internal variables sometimes confuse one for another but they’re fundamentally different.
Continue readingHow to permanently set system-wide environment variables on remote Linux with Ansible?
Continue readingHow to download a file using an HTTPS proxy via environment variables with Ansible?
Continue readingHow to set remote environment per Ansible task or play? I’m going to show you a live Playbook with some simple Ansible code.
Continue readingHow to Break a string over multiple lines with Ansible? And in general with YAML language.
Continue readingHow to print a text or a variable during the execution with Ansible?
Continue reading