#ansible
Read more stories on Hashnode
Articles with this tag
Setup Hosts File Question. Create an Ansible file called /root/hosts with the hosts in your network. servers: controlplane node01 Solution. You...
1. Installation of nginx and docker into two other VMs by using an ansible playbook. --- - name: Install Nginx hosts: web # Replace with your...
Control Node: Any host where Ansible is installed. Ansible control nodes are mainly used to run tasks on managed hosts. For our example, I'll call...