bifrost/playbooks/roles/bifrost-keystone-client-config/meta/main.yml
Julia Kreger 9068d38352 Add ability to write clouds.yaml
In order to support authentication, bifrost needs to be
able to store the configuration safely on disk. The best
answer to this problem seems to be to utilize clouds.yaml
and os-client-config.

Change-Id: I0ee43f1ff8d63deda640dbe4c5ea2e57462b7174
2016-11-22 14:24:08 +00:00

23 lines
386 B
YAML

---
galaxy_info:
author: Ironic Developers
description: Creates simple clouds.yaml file for Bifrost usage
company: OpenStack
license: Apache
min_ansible_version: 2.0
platforms:
- name: EL
versions:
- 7
- name: Debian
versions:
- wheezy
- name: Ubuntu
versions:
- trusty
- utopic
categories:
- cloud
- cloud:openstack
dependencies: []