Convention for packages installation

This commit is contained in:
Jérémy Lecour 2017-01-12 17:54:51 +01:00 committed by Jérémy Lecour
parent 44bbd23923
commit 838d9a41cd
1 changed files with 6 additions and 0 deletions

View File

@ -156,3 +156,9 @@ We also create a blank `zzz-evolinux-custom` file, with commented examples, to a
force: no
The source file or template shouldn't to be prefixed for ordering (eg. `z-` or `zzz-`). It's the task's responsibility to choose how destination files must be ordered.
### packages installation
When making a role or a task the necessary packages must be installed explicitly.
For example for the "mysql" role we obviously need the MySQL packages, but we also need the "apg" package to generate new passwords. This package is installed by "evolinux-base" but the "mysql" role can be executed on a fresh server.