Skip to content

support gather_facts: false; support setup-snapshot.yml (#58)

Compare
Choose a tag to compare
@richm richm released this 25 Apr 20:17
bddadeb

Test "cockpit_packages: full" scenario

This has bug reports such as [1], ensure that this generally works
everywhere.

[1] #51

support gather_facts: false; support setup-snapshot.yml (#58)

  • support gather_facts: false

Some users use gather_facts: false in their playbooks. This changes
the role to work in that case, by gathering only the facts it requires
to run.

  • add .tox/ to .gitignore

  • must use public: true to export role private variables

must also include the certificate role in the same play to use the
role variables exported by the certificate role

  • add setup-snapshot.yml for CI test image preparation

CI testing can be sped up by creating a snapshot image pre-installed
with packages. tests/setup-snapshot.yml can be used by a CI system
to do this.