https://github.com/displague/content-builder-example
[experimental] Ansible provider from Content Builder
https://github.com/displague/content-builder-example
Last synced: 6 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T02:58:24.000Z (over 1 year ago)
- Last Synced: 2025-03-27T01:43:19.808Z (7 months 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
```