Trying out Ansible on local mode

So you might be interested running ansible to configure your local machine. In this article, I’m going to show you the minimum steps that need to install _Vim _ using Ansible on an Ubuntu host machine. Install latest Ansible version from apt Create a folder (let’s call this “ansible”) under home directory Create a file called ‘inventory‘ under the new folder and put following content in the file Create a file called ‘vim....

January 19, 2017 · Sinaru Gunawardena