Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/l3ender/ansible-galaxy-api
- Owner: l3ender
- Created: 2021-01-03T22:18:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T23:32:12.000Z (almost 4 years ago)
- Last Synced: 2024-07-05T14:59:56.366Z (4 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```