Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```