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.

  1. Install latest Ansible version from apt
  1. Create a folder (let’s call this “ansible”) under home directory

  2. Create a file called ‘inventory‘ under the new folder and put following content in the file

  1. Create a file called ‘vim.yml‘ under the new folder and put following content in the vim.yml file
  1. Open terminal inside the folder and type

_-K _To ask for password

References: