Table of Contents generated with DocToc
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.
For getting started guides, installation, deployment, and administration, check latest Crossplane document.
provider-ansible is a community driven project and we welcome contributions. See the Crossplane Contributing guidelines to get started.
For filing bugs, suggesting improvements, or requesting new features, please open an issue.
Please use the following to reach members of the community:
- Slack: Join our slack channel
- Forums: crossplane-dev
- Twitter: @crossplane_io
- Email: info@crossplane.io
provider-ansible
is run according to the same
Governance
and Ownership
structure as the core Crossplane project.
provider-ansible
adheres to the same Code of
Conduct
as the core Crossplane project.
provider-ansible
use kind to run local Kubernetes clusters using Docker container "nodes".
If you have go (1.19+) and docker installed
make dev
is all you need!
clean the dev environment:
make dev-clean
provider-ansible is under the Apache 2.0 license.