forked from ISTI-ansible-roles/ansible-roles
12 lines
710 B
YAML
12 lines
710 B
YAML
---
|
|
dependencies:
|
|
- role: '../../library/centos/roles/centos-bootstrap'
|
|
- role: '../../library/roles/dell-server-utilities'
|
|
- role: '../../library/roles/sshd_config'
|
|
- { 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" }
|
|
- { role: '../../library/roles/letsencrypt-acme-sh-client', when: letsencrypt_acme_sh_install is defined and letsencrypt_acme_sh_install }
|
|
- { role: '../../library/centos/roles/prometheus-node-exporter', when: prometheus_enabled }
|