--- 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'