OSDN Git Service

Regular updates
[twpd/master.git] / ansible-roles.md
1 ---
2 title: Ansible roles
3 category: Ansible
4 layout: 2017/sheet
5 ---
6
7 ### Structure
8
9     roles/
10       common/
11         tasks/
12         handlers/
13         files/              # 'copy' will refer to this
14         templates/          # 'template' will refer to this
15         meta/               # Role dependencies here
16         vars/
17         defaults/
18           main.yml
19
20 ### References
21
22  * http://www.ansibleworks.com/docs/playbooks_roles.html