Skip to content

welaika/ansible-role-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role Editor

Build Status

Install vimfiles for a specific user.

Vimfiles are fetch from a git repository.

Requirements

Your vimfiles repository must have a install.sh files in it. Use it to create symlinks. This role won't create symlinks for you.

The user must already exist.

Role Variables

These are the default variables:

vimfiles_repo: https://github.com/welaika/server_vimfiles.git
vimfiles_dependencies:
  - vim
  - git
  - silversearcher-ag

Dependencies

None :)

Example Playbook

User john_doe must already exist.

- hosts: servers
  roles:
     - role: ansible-role-editor
       vars:
         vimfiles_user: "john_doe"  # mandatory

License

MIT

Testing

Install molecule

$ pip3 install --user 'molecule[docker]'

Start docker and run

$ molecule test

Author Information

made with ❤️ and ☕️ by weLaika

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages