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 1f4273b3cf
commit 1cf1cadcee
2 changed files with 13 additions and 0 deletions

2
TODO.md Normal file
View File

@ -0,0 +1,2 @@
* 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'