General Coding
Automation with Ansible – Setup and examples
You can run Ansible in a VM, a laptop with Linux installed, an LXC container, etc. In this tutorial we will cover the following: Authentication For every host I want Ansible to be able to connect to, I created a user called “ansible_host” and used the same password for all Read more…