80 lines
1.3 KiB
YAML
80 lines
1.3 KiB
YAML
---
|
|
centos_pkg_state: latest
|
|
|
|
timezone: "Europe/Rome"
|
|
#hostname: '{{ ansible_fqdn }}'
|
|
hostname: '{{ inventory_hostname }}'
|
|
centos_set_dns_servers: False
|
|
dns1: 208.67.220.220
|
|
dns2: 208.67.222.222
|
|
configure_domain_name_in_interface: False
|
|
|
|
centos_packages_to_install:
|
|
- dstat
|
|
- lsof
|
|
- strace
|
|
- traceroute
|
|
- bind-utils
|
|
- yum-cron
|
|
- yum-plugin-fastestmirror
|
|
- whois
|
|
- iotop
|
|
- policycoreutils-python
|
|
- firewalld
|
|
- ipset
|
|
- psmisc
|
|
- tcpdump
|
|
- tuned
|
|
- bash-completion
|
|
- rsync
|
|
- bzip2
|
|
- wget
|
|
- curl
|
|
- unzip
|
|
|
|
centos_packages_from_epel:
|
|
- htop
|
|
- lbzip2
|
|
|
|
centos_packages_cleanup: True
|
|
centos_remove_avahi: False
|
|
centos_remove_networkmanager: False
|
|
centos_disable_avahi: True
|
|
centos_disable_networkmanager: False
|
|
|
|
centos_packages_to_remove:
|
|
- ppp
|
|
- wpa_supplicant
|
|
|
|
centos_nm_packages:
|
|
- NetworkManager-tui
|
|
- ModemManager-glib
|
|
- NetworkManager-glib
|
|
- NetworkManager
|
|
|
|
centos_avahi_packages:
|
|
- avahi
|
|
- avahi-libs
|
|
- avahi-autoipd
|
|
|
|
centos_services_to_be_disabled:
|
|
- acpid
|
|
|
|
centos_enable_locate: False
|
|
centos_locate_package:
|
|
- mlocate
|
|
|
|
centos_hw_packages:
|
|
- smartmontools
|
|
- system-storage-manager
|
|
|
|
centos_selinux_daemons_dump_core: False
|
|
selinux_policy_type: targeted
|
|
selinux_policy_state: enforcing
|
|
#selinux_booleans:
|
|
# - { name: '', state: '', persistent: no }
|
|
# - { name: '', state: '' }
|
|
|
|
manage_root_ssh_keys: True
|
|
|