ansible-roles/evolinux-base
Jérémy Lecour 622698fb99 Don't disable root access by default
It will be caught by evocheck if we forget to disable it
but will prevent locking ourselves out if we don't create users
2017-10-05 00:29:14 +02:00
..
defaults Don't disable root access by default 2017-10-05 00:29:14 +02:00
files evolinux-base: override logmail service 2017-07-19 16:03:36 +02:00
handlers use role ntpd in evolinux-base 2017-08-31 03:31:00 +02:00
meta evolinux-base/meta: compatible with stretch 2017-10-04 23:31:29 +02:00
tasks evolinux-base: etc-git is included after apt customization 2017-10-04 23:32:27 +02:00
templates enable evoadmin-web link in default site index 2017-09-08 01:26:53 +02:00
tests disable some parts of evolinux-base in tests 2017-04-24 09:46:43 +02:00
vars evolinux: finer grained kernel configuration 2017-03-30 15:33:23 +02:00
.z_kitchen.yml evolinux-base: improve the kitchen recipe 2017-04-20 15:51:48 +02:00
README.md Don't disable root access by default 2017-10-05 00:29:14 +02:00

evolinux-base

Various tasks for Evolinux setup.

Tasks

  • hostname :
  • kernel :
  • apt :
  • fstab :
  • packages :
  • system :
  • root :
  • ssh :
  • postfix :
  • logs :
  • default_www :
  • hardware :
  • provider_online :
  • provider_orange_fce :

Available variables

Each tasks group is included in the main.yml file with a condition based on a variable like evolinux_hostname_include (mostly True by default). The variables can be set to False to disable a task group. Finer grained tasks disabling is done in each group of tasks.

Main variables are:

  • general_alert_email: email address to send various alert messages (default: root@localhost).
  • apt_alert_email: email address to send APT messages to (default: general_alert_email).
  • log2mail_alert_email: email address to send Log2mail messages to (default: general_alert_email).
  • postfix_alias_email: email address for messages sent to root (default: general_alert_email) ;
  • evolinux_apt_upgrade: upgrade packages (default: True)
  • evolinux_apt_hooks: install APT hooks (default: True)
  • evolinux_apt_remove_aptitude: uninstall aptitude (default: True)
  • evolinux_delete_nfs: delete NFS tools (default: True)
  • evolinux_additional_packages: optional additional packages to install (default: [])
  • evolinux_postfix_purge_exim: purge Exim packages (default: True) ;
  • evolinux_ssh_password_auth_addresses: list of addresses that can authenticate with a password (default: [])
  • evolinux_ssh_disable_root: disable SSH access for root (default: False)

The full list of variables (with default values) can be found in defaults/main.yml.