forked from ISTI-ansible-roles/ansible-roles
14 lines
545 B
YAML
14 lines
545 B
YAML
---
|
|
dependencies:
|
|
- role: '../../library/roles/deb-apt-setup'
|
|
- { role: '../../library/roles/ubuntu-python-setup', when: ansible_distribution_release == "trusty" }
|
|
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-basic-system-setup.git
|
|
version: master
|
|
name: basic-system-setup
|
|
state: latest
|
|
- role: '../../library/roles/motd'
|
|
- role: '../../library/roles/ntp'
|
|
- role: '../../library/roles/linux-kernel-sysctl'
|
|
- role: '../../library/roles/sshd_config'
|
|
- role: '../../library/roles/fail2ban'
|