Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/l3ender/ansible-galaxy-api

Simple python program used for mocking an Ansible Galaxy API server.
https://github.com/l3ender/ansible-galaxy-api

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

### 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.

```bash
python3 main.py
```

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

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