displague / content-builder-example

[experimental] Ansible provider from Content Builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

make

The default API specification URL can be changed as follows:

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)

For more on Ansible Content Builder, see https://www.ansible.com/blog/streamline-your-ansible-module-development-with-content-builder.

Debug

make debug

About

[experimental] Ansible provider from Content Builder


Languages

Language:Dockerfile 59.2%Language:Makefile 40.8%