Added TODO.md and role.yml playbook to every role.

This commit is contained in:
Glenn Y. Rolland 2015-11-30 19:15:23 +01:00
parent 0ec67c87b8
commit 38fe47d46c
2 changed files with 13 additions and 0 deletions

3
TODO.md Normal file
View File

@ -0,0 +1,3 @@
* Add 'safety' aliases for rm -i, mv -i, etc.
* Fill local.yml for direct role application

10
role.yml Normal file
View File

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