Add the role that manages additional disks to the bootstrap role.

This commit is contained in:
Andrea Dell'Amico 2019-12-09 13:36:36 +01:00
parent 3a64850c80
commit 2549e8d641
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ dependencies:
- role: '../../library/centos/roles/centos-bootstrap'
- role: '../../library/roles/dell-server-utilities'
- role: '../../library/roles/sshd_config'
- { role: '../../library/roles/data_disk', when: additional_disks is defined and additional_disks }
- { 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'