From 6f7559dfbb7b38463cf5c5d31f6ba1d8c7dcef0c Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Sat, 28 Jul 2018 14:02:28 +0200 Subject: [PATCH] Only run ceph-mgr role on a single node We do not need to run the ceph-mgr role multiple times. The command that enables the module only need to be run on one of the machines, choosing first as it is the easiest. Signed-off-by: Boris Ranto --- ansible/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/playbook.yml b/ansible/playbook.yml index 8fe7457..3cff291 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -6,7 +6,7 @@ - always - hosts: - - mgrs + - mgrs[0] become: true roles: - ceph-mgr -- 2.47.3