Simon Lauger
Simon Lauger
The module can be installed with the `ansible-galaxy` command with the `git` source, e.g. ``` --- # requirements.yml collections: # currently ansible-for-nsxt is not available on ansible-galaxy - name: https://github.com/vmware/ansible-for-nsxt.git...
Any updates on this? I have the same issue and currently using `ignore_changes` to avoid a change on every terrraform apply. ``` resource "citrixadc_cspolicy" "cspolicy" { for_each = var.cspolicies csvserver...
> The Attribute `securebrowse` will accept the values : `ENABLED`, `DISABLED` We will try to enhance our documentation. For the information about the value that the attribute supports you can...
Are there any plans to implement the VPN support in the near future?
Hi, the make fetch command depends on the ENV OPENSHIFT_RELEASE. Set it to a fixed OKD Version or use `export OPENSHIFT_RELEASE=$(make latest_version)` to get the latest version via the GitHub...
Thanks for the hint! I fixed the GitHub API call and now everything works as expected: ``` -bash$ make latest_version_ocp 4.10.28 -bash$ make latest_version_okd 4.11.0-0.okd-2022-08-20-022919 ```
See https://github.com/slauger/hcloud-okd4/commit/8e56503341f3de2eefd6f33c1c62e32e393dd06a
Thank you for the feedback! Yes, the API Tokens for the CloudFlare API are a bit confusing - especially the global API key. I added a link to this issue...
Fixed in feat/remove-fixed-version.
When could we expect a new release in the OperatorHub @raffaelespazzoli? Furthermore it would be great if you could create a "real" release on GH (not just a tag). That...