Skip to content

Update your roles/requirements.yml file using the latest versions available on Ansible Galaxy

License

Notifications You must be signed in to change notification settings

steamulo/ansible-galaxy-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ansible-galaxy-update

Update your roles/requirements.yml file using the latest versions available on Ansible Galaxy

⚠️ You should always ensure your playbook is compatible with the new version of the role you are using. Please review changelog for incompatible changes after updating your requirements.yml.

Usage

ansible-galaxy-update [path_to_requirements.yml]

Path defaults to ./roles/requirements.yml

Example output:

geerlingguy.mysql None -> 4.3.3
geerlingguy.docker None -> 6.2.0
geerlingguy.pip None -> 2.2.0
geerlingguy.nginx None -> 3.1.4

Install

curl https://github.com/STEAMULO/ansible-galaxy-update/raw/main/ansible-galaxy-update --output "$HOME/.local/bin/ansible-galaxy-update"

chmod +x "$HOME/.local/bin/ansible-galaxy-update"

License

Licensed under MIT.

About

Update your roles/requirements.yml file using the latest versions available on Ansible Galaxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages