base: Remove all depencies to other than base packages

This commit is contained in:
Timo Makinen 2020-08-26 22:54:47 +03:00
parent a1c96a5369
commit 74edead676
4 changed files with 14 additions and 11 deletions

12
roles/base/README.md Normal file
View file

@ -0,0 +1,12 @@
## Ansible Role: base
This role is applied to all hosts. This role must not have any package
depencies outside operating system's base packages.
### Basic service
This role will install and configure following base services using
operating system default software:
* mail sending to local (foo.sh) addresses using smtps port
* system logging to remote host
* ssh server (tighten crypto settings)