2015-05-28 11:32:57 +02:00
|
|
|
---
|
2018-01-30 18:41:54 +01:00
|
|
|
- import_tasks: apt-proxy.yml
|
|
|
|
- import_tasks: resolvconf.yml
|
2015-05-28 11:32:57 +02:00
|
|
|
when: install_resolvconf
|
2018-04-18 15:37:41 +02:00
|
|
|
- import_tasks: dist-upgrade.yml
|
|
|
|
when: dist_upgrade
|
2018-01-30 18:41:54 +01:00
|
|
|
- import_tasks: packages.yml
|
2018-04-19 17:51:49 +02:00
|
|
|
- import_tasks: install_nscd.yml
|
2018-04-19 17:48:06 +02:00
|
|
|
when: install_nscd
|
2018-01-30 18:41:54 +01:00
|
|
|
- import_tasks: ntp.yml
|
|
|
|
- import_tasks: remove-unneeded-pkgs.yml
|
|
|
|
- import_tasks: denyhost.yml
|
2015-08-12 19:58:42 +02:00
|
|
|
when: is_debian_7_or_older
|
2018-01-30 18:41:54 +01:00
|
|
|
- import_tasks: denyhost.yml
|
2015-08-12 19:58:42 +02:00
|
|
|
when: is_ubuntu_less_than_trusty
|
2018-01-30 18:41:54 +01:00
|
|
|
- import_tasks: munin.yml
|
2015-05-28 11:32:57 +02:00
|
|
|
when: configure_munin
|
2018-01-30 18:41:54 +01:00
|
|
|
- import_tasks: pubkeys.yml
|
2015-05-28 11:32:57 +02:00
|
|
|
when: manage_root_ssh_keys
|
2018-01-30 18:41:54 +01:00
|
|
|
- import_tasks: rsyslogfix.yml
|
|
|
|
- import_tasks: unattended-upgrades.yml
|
|
|
|
- import_tasks: pki-basics.yml
|
|
|
|
- import_tasks: install_external_ca_cert.yml
|
|
|
|
- import_tasks: manage_su_limits.yml
|
|
|
|
- import_tasks: disable-unneeded-services.yml
|
2015-09-07 16:08:11 +02:00
|
|
|
|
2015-05-28 11:32:57 +02:00
|
|
|
|