tripleo-repos/playbooks
Sorin Sbarnea 77dc5794ac Make tripleo-repos be an ansible collection
- assures ansible modules are not included in sdist/wheel
- makes tripleo-repos a collection with tripleo_repos python being
  vendored inside module_utils
- use a symlink from triple_repo to plugins/module_utils/triple_repos
  for convenience. Note that we cannot do the other way around because
  galaxy build does not follow symlinks, but pbr does not
  have any problem following the symlink.
- extend packaging testing to install collection and test Ansible can
  find the new modules
- updates the excludes inside galaxy.yml to avoid accidental inclusion
  of undesired files when building the collection.
- ensure we have consistent and logic names, making easy to use
  fully qualified ansible module names: tripleo.repos.get_hash and
  triple.repos.yum_config.

Change-Id: I743552a149513868de77cad0855a5c0dc0ae0f71
2021-07-22 17:20:57 +01:00
..
example_get_hash.yaml Make tripleo-repos be an ansible collection 2021-07-22 17:20:57 +01:00
example_yum_config.yaml Make tripleo-repos be an ansible collection 2021-07-22 17:20:57 +01:00