forked from ISTI-ansible-roles/ansible-roles
Add the role that manages additional disks to the bootstrap role.
This commit is contained in:
parent
3a64850c80
commit
2549e8d641
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue