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 397b1a6a8a
commit 60f90cbfc9
2 changed files with 10 additions and 0 deletions

0
TODO.md Normal file
View File

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'