Module - tripleo_container_configs¶
This module provides for the following ansible plugin:
tripleo_container_configs
Module Documentation¶
It will generate the Container JSON configs from config-download data in YAML.
Options¶
- config_data
Content of kolla_config.yaml file (must be YAML format)
Authors¶
TripleO team
Example Tasks¶
- name: Write container config json files
tripleo_container_configs:
config_data:
/var/lib/kolla/config_files/ceilometer_agent_compute.json:
command: /usr/bin/ceilometer-polling compute
config_files:
- dest: /
merge: true
preserve_properties: true
source: /var/lib/kolla/config_files/src/*
/var/lib/kolla/config_files/ceilometer_agent_notification.json:
command: /usr/bin/ceilometer-agent-notification
config_files:
- dest: /
merge: true
preserve_properties: true
source: /var/lib/kolla/config_files/src/*