Skip to content

Python script to download roles from git using an Ansible-Galaxy file format

Notifications You must be signed in to change notification settings

TelefonicaTC2Tech/ansible_roles_download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ansible_roles_download

This script contains a Python scrpt to download a roles form a file with a Ansible Galaxy format.

The output of the file shown several things:

  • If it is a New role download.
  • A warning message if the branch of a previously downloaded role is different from the requeriments file
  • A warning message if the branch of a previously downloaded role has unstagged/uncommited changes

To-Do

  • Ability to specify other requeriments file different of ./requirements.txt
  • Add this repo a pypi installable with pip

About

Python script to download roles from git using an Ansible-Galaxy file format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages