From 3bc699e874e32e5b1bd936bcd4de1a5bc75cebad Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Fri, 27 Jul 2018 23:22:06 +0200 Subject: [PATCH] ansible: Fix playbook.yml Signed-off-by: Boris Ranto --- ansible/playbook.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/ansible/playbook.yml b/ansible/playbook.yml index 8fe7457..f5fc91e 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -19,12 +19,6 @@ tags: - prometheus -- hosts: - - ceph-grafana - become: true - roles: - - ceph-graphite - - hosts: - ceph-grafana become: true @@ -55,24 +49,6 @@ tags: - node-exporter -- hosts: - # These are roles used by ceph-ansible - - mons - - agents - - osds - - mdss - - rgws - - nfss - - restapis - - rbdmirrors - - clients - - mgrs - # This role is (so far) only used for testing - - cluster - become: true - roles: - - ceph-collectd - - hosts: localhost connection: local gather_facts: false -- 2.47.3