provider-ansible
provider-ansible copied to clipboard
Crossplane Ansible provider
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.25.4 to 0.26.0. Commits 5d4cdd2 Merge remote-tracking branch 'origin/master' into release-1.26 6cbc4a3 Update golang.org/x/net 1e63c2f 6561235 Merge pull request #113699 from liggitt/manjusaka/fix-107415 dad8cd8 Update workload selector validation...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.12.3 to 0.13.1. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.13.1 What's Changed ✨ Add tls options to manager.Options in kubernetes-sigs/controller-runtime#2028 Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.13.0...v0.13.1 v0.13.0 changes since v0.12.3...
### Description of your changes Fixes # fixing https://github.com/crossplane-contrib/provider-ansible/issues/147 I have: - [ ] Read and followed Crossplane's [contribution process]. - [ ] Run `make reviewable` to ensure this PR...
based on [Policy CheckWhenObserve design](https://github.com/crossplane-contrib/provider-ansible/blob/main/docs/design.md#policy-checkwhenobserve); the provider makes no difference between `Create()` or `Update()` to reconcile diff if it is detected ( it will defer to the Ansible contents to...
#What happened? Error when i'm trying to use policy CheckWhenObserve "message": "observe failed: Error decoding results\n\tread /dev/stdout: bad file descriptor", #How can we reproduce it? Just run simply task with...
After implementing remote hosts would be nice to have examples and docs how to work with it. Like simply example how to import inventory from github(if it possible) and run...
### What happened? the cr working directory is not removed when AnsibleRun cr is deleted ### How can we reproduce it? Create CR then delete it ### What environment did...
Current link to Crossplane Docs is not valid anymore. ### Description of your changes I have: - [ ] Read and followed Crossplane's [contribution process]. - [ ] Run `make...
### What problem are you facing? It looks in the current implementation, when defining roles and collections as requirements, they are mutually exclusive, while in Ansible requirements.yml, it supports mixed...
For the configuration source, we have two options, `remote` and `inline`, which are now mutual exclusive. Can we support the use of both at the same time? The reason for...