Added todo & role playbook.

This commit is contained in:
Glenn Y. Rolland 2015-11-27 17:43:49 +01:00
parent 6ba0163d3a
commit 55c46da499
2 changed files with 18 additions and 0 deletions

7
TODO.md Normal file
View File

@ -0,0 +1,7 @@
* Add support for system vimrc
* Close NERDTree when it is the last remaining buffer
* Add filetype configuration
* Add defaults settings
* Fill local.yml for direct role application

11
role.yml Normal file
View File

@ -0,0 +1,11 @@
---
- hosts: localhost
remote_user: root
vars_files:
- 'vars/main.yml'
- 'defaults/main.yml'
tasks:
- include: 'tasks/main.yml'
handlers:
- include: 'handlers/main.yml'