verify_galaxy_versions
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: all
connection: local
gather_facts: false
roles:
- lkiesow.verify_galaxy_versions
Install
ansible-galaxy install lkiesow/verify_galaxy_versions
License
bsd-3-clause
Downloads
658
Owner
Security-aware software engineer, open-source advocate, occasional lecturer