2015-05-28 11:32:57 +02:00
|
|
|
---
|
|
|
|
dependencies:
|
|
|
|
- role: '../../library/roles/deb-apt-setup'
|
2020-05-25 19:39:43 +02:00
|
|
|
- { role: '../../library/roles/ubuntu-python-setup', when: ansible_distribution_release == "trusty" }
|
|
|
|
- role: 'basic-system-setup'
|
2019-02-14 15:20:56 +01:00
|
|
|
- role: '../../library/roles/motd'
|
2019-10-25 11:36:03 +02:00
|
|
|
- role: '../../library/roles/ntp'
|
2016-10-11 17:40:22 +02:00
|
|
|
- role: '../../library/roles/linux-kernel-sysctl'
|
2016-08-02 16:04:44 +02:00
|
|
|
- role: '../../library/roles/sshd_config'
|
2015-05-28 11:32:57 +02:00
|
|
|
- role: '../../library/roles/fail2ban'
|