From: Boris Ranto Date: Fri, 27 Jul 2018 21:22:06 +0000 (+0200) Subject: ansible: Fix playbook.yml X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3bc699e874e32e5b1bd936bcd4de1a5bc75cebad;p=cephmetrics.git ansible: Fix playbook.yml Signed-off-by: Boris Ranto --- 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