From 2549e8d641e0eb740b18340a1a1e56617ab37a36 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 9 Dec 2019 13:36:36 +0100 Subject: [PATCH] Add the role that manages additional disks to the bootstrap role. --- library/bootstrap-roles/centos-common/meta/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/library/bootstrap-roles/centos-common/meta/main.yml b/library/bootstrap-roles/centos-common/meta/main.yml index 602329cf..ec6ddc94 100644 --- a/library/bootstrap-roles/centos-common/meta/main.yml +++ b/library/bootstrap-roles/centos-common/meta/main.yml @@ -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'