Ansible with VMware – host variables and handler – Part 19
Host variables can be used to manage host at a another level by defining the variable or a name to define what you want it to do. Here I will…
Host variables can be used to manage host at a another level by defining the variable or a name to define what you want it to do. Here I will…
Roles is about organizing your playbooks into a more organized look and feel. Instead of having one playbook for everything you can break it up.The groups in my inventory.ini file…
As a example we would want to do the following for our initial builds on our servers or desktop fleet but this list can be modified to your business needs.…
The purpose of this blog is to add a new user across all the manage nodes, make the user sudo, add ansible public key to the user so it can…