2019-05-15 01:23:45 +02:00
|
|
|
---
|
|
|
|
dependencies:
|
|
|
|
- role: '../../library/centos/roles/centos-bootstrap'
|
2020-01-17 17:30:44 +01:00
|
|
|
- role: '../../library/centos/roles/rsyslog'
|
2019-05-15 01:23:45 +02:00
|
|
|
- role: '../../library/roles/dell-server-utilities'
|
|
|
|
- role: '../../library/roles/sshd_config'
|
2019-12-09 13:36:36 +01:00
|
|
|
- { role: '../../library/roles/data_disk', when: additional_disks is defined and additional_disks }
|
2019-05-15 01:23:45 +02:00
|
|
|
- { role: '../../library/roles/postfix-relay', when: postfix_relay_client is defined and postfix_relay_client }
|
|
|
|
- role: '../../library/centos/roles/firewalld'
|
|
|
|
- role: '../../library/centos/roles/fail2ban'
|
|
|
|
- { role: '../../library/roles/cloud-init', when: ansible_product_name == "oVirt Node" }
|
2019-10-28 12:49:15 +01:00
|
|
|
- { role: '../../library/roles/letsencrypt-acme-sh-client', when: letsencrypt_acme_sh_install is defined and letsencrypt_acme_sh_install }
|
2019-05-15 01:23:45 +02:00
|
|
|
- { role: '../../library/centos/roles/prometheus-node-exporter', when: prometheus_enabled }
|