ansible-roles/evolinux-base
William Hirigoyen 1f8738fbda
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2696|33|2663|34|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/467//ansiblelint">Evolix » ansible-roles » unstable #467</a>
gitea/ansible-roles/pipeline/head This commit looks good
postfix: move postfix installation from evolinux-base to postfix role, plus some refactoring
postfix:
* Move common packages installation in common.yml
* Replace ansible_fqdn by evolinux_fqdn, set postfix_slow_transport_include to false by default (only for packmails and packwebs)
* Remove dependency on evolinux_fqdn var
* Do not overwrite main.cf if it has been modified (except if postfix_force_main_cf)

evolinux-base:
* Move exim4 purge from evolinux-base to postfix role
* Call postfix role call after nagios role (dependency)
2024-02-01 18:00:48 +01:00
..
defaults postfix: move postfix installation from evolinux-base to postfix role, plus some refactoring 2024-02-01 18:00:48 +01:00
files postfix: move postfix installation from evolinux-base to postfix role, plus some refactoring 2024-02-01 18:00:48 +01:00
handlers evolinux-base: Limit journald to 1 day 2023-08-23 15:48:42 +02:00
meta evolinux-base: increase minimum Ansible version to 2.9 2021-07-02 21:09:26 +02:00
tasks postfix: move postfix installation from evolinux-base to postfix role, plus some refactoring 2024-02-01 18:00:48 +01:00
templates evolinux-base: tfix 2024-01-29 09:44:57 +01: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 evolinux-base: allow ssh for current user 2017-10-07 13:12:03 +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)
  • evolinux_ssh_allow_current_user: don't lock yourself out (default: False)

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