provider-ansible
provider-ansible copied to clipboard
Crossplane Ansible provider
Table of Contents generated with DocToc
-
Crossplane Provider for Ansible
- Overview
- Getting Started and Documentation
- Contributing
- Report a Bug
- Contact
- Governance and Owners
- Code of Conduct
-
Developer guide
- Run against a Kubernetes cluster
- Additional documents
- Licensing
Crossplane Provider for Ansible
Overview
This provider-ansible
is the Crossplane infrastructure provider for Ansible.
The Ansible provider adds support for the AnsibleRun
managed resource that
represents the Ansible content(s). The configuration of the ansible content may be
either fetched from a remote source (e.g. git), or simply specified inline.
Getting Started and Documentation
For getting started guides, installation, deployment, and administration, check latest Crossplane document.
Contributing
provider-ansible is a community driven project and we welcome contributions. See the Crossplane Contributing guidelines to get started.
Report a Bug
For filing bugs, suggesting improvements, or requesting new features, please open an issue.
Contact
Please use the following to reach members of the community:
- Slack: Join our slack channel
- Forums: crossplane-dev
- Twitter: @crossplane_io
- Email: [email protected]
Governance and Owners
provider-ansible
is run according to the same
Governance
and Ownership
structure as the core Crossplane project.
Code of Conduct
provider-ansible
adheres to the same Code of
Conduct
as the core Crossplane project.
Developer guide
provider-ansible
use kind to run local Kubernetes clusters using Docker container "nodes".
Run against a Kubernetes cluster
See the header of go.mod
for the minimum supported version of Go.
If you have go and docker installed
make dev
is all you need!
clean the dev environment:
make dev-clean
Additional documents
Licensing
provider-ansible is under the Apache 2.0 license.