#ansible
Read more stories on Hashnode
Articles with this tag
Project: Installing WordPress a 2-tier application through Ansible WordPress is a 2-tier application where we need to install a DB. Here we will Take...
Installing Apache through Ansible Let's install the Apache through YAML using following code --- - name: Installing Apache hosts: Node-1 tasks: ...
Secret Management in Ansible Imagine a situation where we are automating our DB installation and configuration. Likewise, we have DB tokens, secret...
Special Cases in Ansible. There are many special cases in the Ansible Playbook and we will try to study them. ignore_errors: The Ansible Playbook...
Loops in Ansible Playbook and Dictionaries. Although, there are almost 14 loops in the Ansible Playbooks. But, we will see a few loops and try to...
In this blog, we will see the Relational Operators in the Ansible playbook. Let's say I have below YAML code where I have defined a variable with...