/verify_galaxy_versions

Verify thatthe correct Galaxy role versions are installed

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Ansible: Verify Galaxy Role

This Ansible role lets you ensure that the correct Galaxy role versions specified in your requirements.yml are actually installed, and you are not accidentally deploying with different/unwanted versions of your dependencies. If an installed dependency does not match the required version, the executed play fails.

The role in action:

Example Playbook

Example of how to configure and use the role:

- name: Verify Galaxy Roles
  hosts: localhost
  connection: local
  gather_facts: false
  roles:
    - lkiesow.verify_galaxy_versions