ansible/roles/base
2020-09-03 20:24:25 +00:00
..
handlers add handler for sshd restarts 2019-05-27 21:03:31 +03:00
tasks base: Install curl to all hosts 2020-09-03 20:24:25 +00:00
README.md base: Remove all depencies to other than base packages 2020-08-26 22:54:47 +03:00

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)