]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
ansible: Fix playbook.yml
authorBoris Ranto <branto@redhat.com>
Fri, 27 Jul 2018 21:22:06 +0000 (23:22 +0200)
committerBoris Ranto <branto@redhat.com>
Fri, 27 Jul 2018 21:22:06 +0000 (23:22 +0200)
Signed-off-by: Boris Ranto <branto@redhat.com>
ansible/playbook.yml

index 8fe7457238f6dde73ac5c7fd523dd52df4c26e9a..f5fc91e34a6368edeb4e1ec28df80e0c8324dcf2 100644 (file)
   tags:
   - prometheus
 
-- hosts:
-  - ceph-grafana
-  become: true
-  roles:
-  - ceph-graphite
-
 - hosts:
   - ceph-grafana
   become: true
   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