provider-ansible icon indicating copy to clipboard operation
provider-ansible copied to clipboard

Crossplane Ansible provider

Results 41 provider-ansible issues
Sort by recently updated
recently updated
newest added

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.0 to 0.18.4. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.4 What's Changed [release-0.18] ✨ controllerutil: configure BlockOwnerDeletion when setting OwnerReference by @​k8s-infra-cherrypick-robot in kubernetes-sigs/controller-runtime#2848 Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.3...v0.18.4...

dependencies
go

### What happened? Updated Crossplane to v1.16 and provider-ansible providerrevision went unhealthy. The error is ``` cannot unpack package: failed to fetch package digest from remote: failed to fetch package...

bug

Bumps [github.com/crossplane/crossplane-runtime](https://github.com/crossplane/crossplane-runtime) from 1.15.1 to 1.16.0. Release notes Sourced from github.com/crossplane/crossplane-runtime's releases. v1.16.0 What's Changed Empty commit for 1.15 release by @​phisco in crossplane/crossplane-runtime#649 Update github/codeql-action digest to b7bf0a3 by...

dependencies
go

### What problem are you facing? I have ansibleruns with playbooks varying in complexity and inventory size from several hosts to 100 and more hosts. And currently there's a single...

enhancement

Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.14.0 to 0.15.0. Release notes Sourced from sigs.k8s.io/controller-tools's releases. v0.15.0 What's Changed :sparkles: Markers can now indicate their priority when applying by @​dprotaso in kubernetes-sigs/controller-tools#706 :sparkles: crd:...

dependencies
go

Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 3.0.2 to 3.1.0. Release notes Sourced from zeebe-io/backport-action's releases. Backport-action v3.1.0 What's Changed This release adds a new input source_pr_number that allows you to specify the pull...

dependencies
github_actions

### What happened? It appears this is intentional, but I don't think it triggering a stack trace is intentional. Perhaps it could be accomplished a different way. https://github.com/crossplane-contrib/provider-ansible/blob/a0dca1bcd53c0a8ad447b5829c0199f7d60db4d4/cmd/provider/main.go#L53-L58 https://github.com/kubernetes-sigs/controller-runtime/blob/1ed345090869edc4bd94fe220386cb7fa5df745f/pkg/log/log.go#L65-L67 ```...

dependencies

### What happened? I'm trying to trigger cleanup code on composite-resource deletion. According to the doc, I can use the variable 'ansible_provider_meta.{managed_resource}.state' to detect when the ansibleRun object get deleted....

bug

### Description of your changes Added variables to specify Crossplane and dependencies versions for better control. Updated `kubectl apply` to use `server-side` apply with the defined Crossplane version, ensuring consistency...

Hi Folks, `sshpass` is added to support non-interactive SSH password authentication in Ansible tasks. This enhancement ensures better compatibility and functionality for automation workflows relying on SSH connections. ### Description...