Go to file
Radar231 65c69061d6 fixed ansible-lint errors 2022-03-06 10:20:17 -05:00
README.md cleanup: removed centos code, cleaned up debian & ubuntu references 2022-01-03 10:08:26 -05:00
vim_setup.yml fixed ansible-lint errors 2022-03-06 10:20:17 -05:00

README.md

vim_setup

Introduction

This is the top level playbook for the 'vim_setup' role, which will set up our default vim environment for the specified user.

This playbook can be run using the following command line;

ansible-playbook -i <inventory file | IP,> -e "username=<username>" -e "homedir=<home dir> vim_setup.yml

ie,
ansible-playbook -i 192.168.7.99, -e "username=someuser" -e "homedir=/home/someuser" vim_setup.yml