ansible-roles/evolinux-base/defaults/main.yml

160 lines
3.6 KiB
YAML
Raw Normal View History

---
2017-01-03 12:11:01 +01:00
# email variables
general_alert_email: "root@localhost"
reboot_alert_email: Null
apt_alert_email: Null
log2mail_alert_email: Null
2017-03-30 15:32:59 +02:00
logcheck_alert_email: Null
raid_alert_email: Null
2016-12-21 14:53:25 +01:00
postfix_alias_email: Null
# hostname
evolinux_hostname_include: True
evolinux_hostname_hosts: True
evolinux_hostname_mailname: True
2017-01-03 12:11:01 +01:00
evolinux_hostname: "{{ ansible_hostname }}"
evolinux_domain: "{{ ansible_domain }}"
evolinux_fqdn: "{{ ansible_fqdn }}"
evolinux_internal_hostname: "{{ evolinux_hostname }}"
2017-01-03 12:11:01 +01:00
# kernel
evolinux_kernel_include: True
2017-01-03 12:11:01 +01:00
evolinux_kernel_reboot_after_panic: True
evolinux_kernel_disable_tcp_timestamps: True
evolinux_kernel_reduce_swapiness: True
evolinux_kernel_cve20165696: True
# apt
evolinux_apt_include: True
2017-01-03 12:11:01 +01:00
evolinux_apt_conf: True
evolinux_apt_hooks: True
evolinux_apt_replace_default_sources: True
evolinux_apt_public_sources: True
evolinux_apt_upgrade: True
evolinux_apt_remove_aptitude: True
2017-01-03 12:11:01 +01:00
# fstab
2016-12-21 14:53:25 +01:00
evolinux_fstab_include: True
evolinux_fstab_tmp: True
evolinux_fstab_tmp_options: defaults,noexec,nosuid,nodev
evolinux_fstab_usr: True
evolinux_fstab_usr_options: defaults,ro
evolinux_fstab_var: True
evolinux_fstab_var_options: defaults,nosuid
evolinux_fstab_home: True
evolinux_fstab_home_options: defaults,noexec,nosuid,nodev
evolinux_fstab_var_tmp: True
evolinux_fstab_var_tmp_options: defaults,noexec,nosuid,nodev,size=1024m
2016-12-21 14:53:25 +01:00
2017-01-03 12:11:01 +01:00
# packages
evolinux_packages_include: True
evolinux_packages_system: True
evolinux_packages_diagnostic: True
evolinux_packages_hardware: True
evolinux_packages_common: True
2017-07-11 18:40:05 +02:00
evolinux_packages_stretch: True
evolinux_packages_serveur_base: True
2017-07-17 16:17:32 +02:00
evolinux_packages_purge_openntpd: True
evolinux_packages_invalid_mta: True
evolinux_packages_delete_nfs: True
evolinux_packages_listchanges: True
2017-03-30 15:32:59 +02:00
evolinux_packages_logcheck_recipient: True
2017-01-03 12:11:01 +01:00
# system
evolinux_system_include: True
2017-01-03 12:11:01 +01:00
evolinux_system_chmod_tmp: True
evolinux_system_locales: True
evolinux_system_set_timezone: True
evolinux_system_timezone: "Europe/Paris"
2017-08-31 03:23:07 +02:00
evolinux_system_vim_skip_defaults: True
2017-07-12 10:15:47 +02:00
evolinux_system_vim_default_editor: True
evolinux_system_profile: True
evolinux_system_dirmode_adduser: True
2017-07-11 00:42:38 +02:00
evolinux_system_restrict_securetty: False
evolinux_system_set_timeout: True
evolinux_system_cron_verboselog: True
evolinux_system_cron_umask: True
evolinux_system_cron_random: True
evolinux_system_alert5_init: True
evolinux_system_alert5_enable: True
evolinux_system_eni_auto: True
evolinux_system_ntprestrict: True
evolinux_system_set_ntpserver: True
evolinux_system_ntpserver: "ntp.evolix.net"
2017-01-03 12:11:01 +01:00
# root
evolinux_root_include: True
evolinux_root_chmod: True
evolinux_root_bashrc: True
evolinux_root_bash_history: True
evolinux_root_umask: True
evolinux_root_gitconfig: True
evolinux_root_bash_history_appendonly: True
evolinux_root_vim_default: True
evolinux_root_vim_conf: True
2017-01-03 12:11:01 +01:00
# ssh
evolinux_ssh_include: True
2017-01-03 12:11:01 +01:00
evolinux_ssh_password_auth_addresses: []
evolinux_ssh_match_address: True
2017-01-03 12:11:01 +01:00
evolinux_ssh_disable_root: True
evolinux_ssh_disable_acceptenv: True
2017-01-03 12:11:01 +01:00
# postfix
evolinux_postfix_include: True
2017-01-03 12:11:01 +01:00
evolinux_postfix_packages: True
evolinux_postfix_users_alias_root: True
evolinux_postfix_mailer_alias_root: True
evolinux_postfix_root_alias: True
2017-01-03 12:11:01 +01:00
evolinux_postfix_purge_exim: True
# logs
evolinux_logs_include: True
evolinux_logs_logrotate_confs: True
evolinux_logs_default_rotate: True
evolinux_logs_disable_logrotate_rsyslog: True
evolinux_logs_rsyslog_conf: True
# default www
evolinux_default_www_include: True
2017-01-03 12:11:01 +01:00
evolinux_default_www_files: True
evolinux_default_www_ssl_cert: True
evolinux_default_www_ssl_subject: "/CN={{ ansible_fqdn }}"
2017-01-03 12:11:01 +01:00
# hardware
evolinux_hardware_include: True
2017-01-03 12:11:01 +01:00
# providers
evolinux_provider_online_include: False
evolinux_provider_orange_fce_include: False