osp.edpm.container_config_hash module – Generate config hashes for container startup configs

New in osp.edpm 2.9

Synopsis

  • Generate config hashes for container startup configs

Requirements

The below requirements are needed on the host that executes this module.

  • None

Parameters

Parameter

Comments

check_mode

boolean

Ansible check mode is enabled

Choices:

  • false ← (default)

  • true

config_vol_prefix

string

Config volume prefix

Default: "/var/lib/config-data"

Examples

- name: Update config hashes for container startup configs
  container_config_hash:

Authors

  • Emilien Macchi (@EmilienM)

  • Roberto Alfieri (@rebtoor)