5096abefac
Modules are located under `modules` folder. They will be copied on deploy as well. An example structure: ``` sample ├── files ├── install.sh ├── modules │ └── another │ ├── files │ ├── install.sh │ ├── README.md │ ├── recipes │ └── roles │ └── web.sh ├── README.md ├── recipes └── roles ``` Roles and recipes will be available for your project to access it with the commited functions |
||
---|---|---|
.. | ||
apply_recipe.md | ||
apply_role.md |