Skip to main content

Retrieve the latest versions for all of your ansible-galaxy role dependencies.

Project description

Galaxy Updater

https://img.shields.io/pypi/v/galaxy_updater.svg https://img.shields.io/travis/danrue/galaxy_updater.svg

Installation

pip install galaxy_updater

Usage

Find the latest version of each role listed in an ansible-galaxy role file:

$ galaxy_updater sample_requirements.yml
ansible-role-mysql: 1.9.0 -> 1.9.1
ansible-role-apache: None -> 1.5.0
ansible-role-php: 1.5.0 -> 1.7.3

Given an ansible-galaxy role file:

$ cat sample_requirements.yml
---
- src: https://github.com/geerlingguy/ansible-role-mysql.git
  name: ansible-role-mysql
  version: 1.9.0
- src: https://github.com/geerlingguy/ansible-role-apache.git
  name: ansible-role-apache
- src: https://github.com/geerlingguy/ansible-role-jenkins.git
  name: ansible-role-jenkins
  version: 1.2.8
- src: https://github.com/geerlingguy/ansible-role-php.git
  name: ansible-role-php
  version: 1.5.0

History

0.0.1 (2015-12-13)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

galaxy-updater-0.1.1.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distribution

galaxy_updater-0.1.1-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page