ansible-roles/evolinux-base
Jérémy Lecour 5a4f838375 Unix mode MUST be a quoted string when using octal notation 2017-01-05 12:03:54 +01:00
..
defaults evolinux-base: add conditions for most of tasks 2017-01-03 16:38:04 +01:00
files Extract logrotate configurations in roles 2017-01-03 16:58:19 +01:00
handlers add a "reload sshd" handler 2017-01-04 10:21:41 +01:00
tasks Unix mode MUST be a quoted string when using octal notation 2017-01-05 12:03:54 +01:00
templates evolinux-base: add conditions for most of tasks 2017-01-03 16:38:04 +01:00
README.md evolinux-base: add conditions for most of tasks 2017-01-03 16:38:04 +01:00

README.md

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 . 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_ntp_server: custom NTP server host or IP (default: Null)
  • 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: True)

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