#continuous-deployment
Read more stories on Hashnode
Articles with this tag
There are few things on which the play's end result depends such as Predefined variable value Some remote system's fact The result of the previous...
In this Article I will talk about how we can capture the output of the commands or Ansible tasks and take actions based on them. By default, the...
When we want to perform some repetitive tasks on our client nodes for example creating 5 users on each of the worker machines. In this case need to...
In this article I am going to demonstrate how to write Ansible playbooks and execute them on remote servers. What is an Ansible Playbook? As per the...
In this article with a handful of examples I will demonstrate the power of Ansible's ad hoc commands which can be used to do a lot of stuff with just...
This article will make you understand what is Ansible inventory and how to connect to remote servers using Ansible inventory files. Prerequisites One...