Added todo & role playbook.
This commit is contained in:
parent
6ba0163d3a
commit
55c46da499
2 changed files with 18 additions and 0 deletions
7
TODO.md
Normal file
7
TODO.md
Normal 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
11
role.yml
Normal 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'
|
||||
|
Loading…
Reference in a new issue