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

94 lines
1.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
raid_alert_email: Null
2016-12-21 14:53:25 +01:00
postfix_alias_email: Null
# hostname
2017-01-03 12:11:01 +01:00
evolinux_tasks_hostname: True
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_tasks_kernel: True
evolinux_kernel_reboot_after_panic: True
evolinux_kernel_disable_tcp_timestamps: True
evolinux_kernel_reduce_swapiness: True
evolinux_kernel_cve20165696: True
# apt
2017-01-03 12:11:01 +01:00
evolinux_tasks_apt: True
evolinux_apt_upgrade: True
evolinux_apt_repositories_components: "main"
evolinux_apt_hooks: True
evolinux_apt_remove_aptitude: True
2017-01-03 12:11:01 +01:00
# fstab
2016-12-21 14:53:25 +01:00
2017-01-03 12:11:01 +01:00
evolinux_tasks_fstab: True
2016-12-21 14:53:25 +01:00
2017-01-03 12:11:01 +01:00
# packages
2017-01-03 12:11:01 +01:00
evolinux_tasks_packages: True
2017-01-03 12:11:01 +01:00
evolinux_delete_nfs: True
# system
evolinux_tasks_system: True
evolinux_ntp_server: Null
evolinux_timezone: "Europe/Paris"
# root
evolinux_tasks_root: True
# ssh
evolinux_tasks_ssh: True
evolinux_ssh_password_auth_addresses: []
evolinux_ssh_disable_root: True
# postfix
2017-01-03 12:11:01 +01:00
evolinux_tasks_postfix: True
evolinux_postfix_purge_exim: True
# logs
evolinux_tasks_logs: True
# default www
2017-01-03 12:11:01 +01:00
evolinux_tasks_default_www: True
evolinux_default_www_redirect_url: "http://evolix.fr"
evolinux_default_www_ssl_subject: "/CN={{ ansible_fqdn }}"
evolinux_default_www_nginx_enabled: False
evolinux_default_www_apache_enabled: False
2017-01-03 12:11:01 +01:00
# hardware
2017-01-03 12:11:01 +01:00
evolinux_tasks_hardware: True
2017-01-03 12:11:01 +01:00
# providers
2017-01-03 12:11:01 +01:00
evolinux_tasks_provider_online: False
evolinux_tasks_provider_orange_fce: False