Skip to content

Simple python program used for mocking an Ansible Galaxy API server.

Notifications You must be signed in to change notification settings

l3ender/ansible-galaxy-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repo is used for simulating/mocking HTTP responses from an Ansible Galaxy API.

Usage

Start the mock server by running the following. No python/pip installs required.

python3 main.py

You can now run ansible-galaxy commands and provide the localhost URL as the API server argument:

ansible-galaxy role install geerlingguy.docker -vvvv -s http://localhost:8000

About

Simple python program used for mocking an Ansible Galaxy API server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages