Use openstack-ansible-plugins

This commit is contained in:
Flavio Percoco 2017-07-21 14:32:12 +02:00
parent 331f405bd3
commit 5e0efa6e1b
2 changed files with 6 additions and 9 deletions

View File

@ -21,15 +21,12 @@
- include: hiera.yaml
- name: Run oslo.config
include_role:
name: os-gen-config
vars:
config_schema: "/tmp/keystone-schema.yaml"
config_show_help: false
config_show_defaults: false
dest: "/tmp/keystone.conf"
config_data: '{{keystone_config}}'
- name: Generate config files
config_template:
src: 'templates/base.conf.j2'
dest: '/tmp/keystone.conf'
config_overrides: '{{keystone_config}}'
config_type: 'ini'
- name: Read configs into memory
slurp: