parent
7e1bf86baa
commit
be31d97457
8 changed files with 45 additions and 12 deletions
@ -0,0 +1,10 @@ |
||||
--- |
||||
|
||||
system_distro_utils: |
||||
- apt-transport-https |
||||
- openssh-client |
||||
- netcat |
||||
- xz-utils |
||||
- liblz4-tool |
||||
- sshfs |
||||
- zstd |
@ -0,0 +1,6 @@ |
||||
--- |
||||
|
||||
ntp_ntpd_service: ntp |
||||
ntp_chrony_service: chrony |
||||
ntp_chrony_conf: /etc/chrony/chrony.conf |
||||
ntp_chrony_keyfile: /etc/chrony/chrony.keys |
@ -1,6 +1,9 @@ |
||||
session [default=1] pam_permit.so |
||||
session requisite pam_deny.so |
||||
session required pam_permit.so |
||||
{% if ansible_service_mgr == 'systemd' %} |
||||
session optional pam_systemd.so |
||||
{% endif %} |
||||
session optional pam_oddjob_mkhomedir.so skel=/etc/skel umask=0077 |
||||
session optional pam_sss.so |
||||
session required pam_unix.so |
||||
|
@ -0,0 +1,14 @@ |
||||
--- |
||||
|
||||
zabbix_agent_packages: |
||||
- zabbix-agent |
||||
- openssl |
||||
- git |
||||
- libconfig-simple-perl |
||||
- libjson-perl |
||||
- libfile-which-perl |
||||
- smartmontools |
||||
- lm-sensors |
||||
- patch |
||||
- fping |
||||
- libstatistics-descriptive-perl |
Loading…
Reference in new issue