forked from ISTI-ansible-roles/ansible-roles
11 lines
409 B
YAML
11 lines
409 B
YAML
---
|
|
dependencies:
|
|
- role: '../../library/roles/deb-apt-setup'
|
|
- { role: '../../library/roles/ubuntu-python-setup', when: ansible_distribution_release == "trusty" }
|
|
- role: 'basic-system-setup'
|
|
- role: '../../library/roles/motd'
|
|
- role: '../../library/roles/ntp'
|
|
- role: '../../library/roles/linux-kernel-sysctl'
|
|
- role: '../../library/roles/sshd_config'
|
|
- role: '../../library/roles/fail2ban'
|