12 lines
402 B
Markdown
12 lines
402 B
Markdown
## 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)
|