openstack-ansible-os_gnocchi/examples/playbook.yml
Travis Truman 824945c4d7 More detailed os_gnocchi role docs
Also fixed the example playbook to remove references to os_keystone.

Change-Id: I2df8928758f0bb12a3abd295d0ba2944263c55e9
2016-09-26 12:46:29 +00:00

6 lines
138 B
YAML

- name: Installation and setup of Gnocchi
hosts: gnocchi_all
user: root
roles:
- { role: "os_gnocchi", tags: [ "os-gnocchi" ] }