Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/displague/content-builder-example
[experimental] Ansible provider from Content Builder
https://github.com/displague/content-builder-example
Last synced: 25 days ago
JSON representation
[experimental] Ansible provider from Content Builder
- Host: GitHub
- URL: https://github.com/displague/content-builder-example
- Owner: displague
- Created: 2024-03-11T23:36:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T02:58:24.000Z (8 months ago)
- Last Synced: 2024-12-13T06:34:58.833Z (27 days ago)
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Content Builder Example
Use `make` to run the `docker` commands that will fetch the Equinix Metal API spec and build an Ansible Collection from that API spec.
```sh
make
```The default API specification URL can be changed as follows:
```sh
make spec_url=https://raw.githubusercontent.com/OpenAPITools/openapi-petstore/master/src/main/resources/openapi.yaml
```See generated `collections/` after a successful build. (blocked by [Issue #1](https://github.com/displague/content-builder-example/issues/1))
For more on Ansible Content Builder, see .
## Debug
```sh
make debug
```