.. Document meta
.. |antsibull-internal-nbsp| unicode:: 0xA0
:trim:
.. meta::
:antsibull-docs: 2.14.0
.. Anchors
.. _ansible_collections.osp.edpm.edpm_container_configs_module:
.. Anchors: short name for ansible.builtin
.. Title
osp.edpm.edpm_container_configs module -- Generate Container configs in JSON
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.. version_added
.. rst-class:: ansible-version-added
New in osp.edpm 2.9
.. contents::
:local:
:depth: 1
.. Deprecated
Synopsis
--------
.. Description
- It will generate the Container JSON configs from config-download data in YAML.
.. Aliases
.. Requirements
.. _ansible_collections.osp.edpm.edpm_container_configs_module_requirements:
Requirements
------------
The below requirements are needed on the host that executes this module.
- None
.. Options
Parameters
----------
.. tabularcolumns:: \X{1}{3}\X{2}{3}
.. list-table::
:width: 100%
:widths: auto
:header-rows: 1
:class: longtable ansible-option-table
* - Parameter
- Comments
* - .. raw:: html
.. _ansible_collections.osp.edpm.edpm_container_configs_module__parameter-config_data:
.. rst-class:: ansible-option-title
**config_data**
.. raw:: html
.. ansible-option-type-line::
:ansible-option-type:`dictionary` / :ansible-option-required:`required`
.. raw:: html
- .. raw:: html
Content of kolla\_config.yaml file (must be YAML format)
.. raw:: html
.. Attributes
.. Notes
.. Seealso
.. Examples
Examples
--------
.. code-block:: yaml+jinja
- name: Write container config json files
edpm_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/*
.. Facts
.. Return values
.. Status (Presently only deprecated)
.. Authors
Authors
~~~~~~~
- EDPM team
.. Extra links
Collection links
~~~~~~~~~~~~~~~~
.. ansible-links::
- title: "Issue Tracker"
url: "https://github.com/openstack-k8s-operators/edpm-ansible/issues"
external: true
- title: "Repository (Sources)"
url: "https://github.com/openstack-k8s-operators/edpm-ansible"
external: true
.. Parsing errors