Dick Visser
Dick Visser
As it says on the tin. It would be handy if this could be used as a nagios plugin. This requires a specific output format, so a feature flag would...
### Host operating system: output of `uname -a` ``` Linux ip-172-16-209-7 5.10.0-11-cloud-amd64 #1 SMP Debian 5.10.92-1 (2022-01-18) x86_64 GNU/Linux ``` ### node_exporter version: output of `node_exporter --version` ``` node_exporter, version...
Hi, I'm on ansible-core-2.12.2 (thx for all the work in getting that done) and mitogen v0.3.2. We have some basic jinja inside one of our vars files: ```yaml --- #...
### Summary I've successfully migrated from `ec2.py` to the new [EC2 inventory source](https://docs.ansible.com/ansible/latest/collections/amazon/aws/aws_ec2_inventory.html). This works great and we can get the same functionality (or better) with just a tiny configuration...
Recent versions support this feature: ``` --web.config="" [EXPERIMENTAL] Path to config yaml file that can enable TLS or authentication. ``` While it's possible to use this role to configure that...
I'm successfully using **Second Factor Only (SFO)** from https://github.com/OpenConextApps/simplesamlphp-module-stepupsfo. That is implemented by configuring a few authproc filters in sequence. Configuring the authproc filter means that the second factor functionality...
### All Submissions: * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? * [ ] Have you added an explanation of...
Currently the `satosa-saml-metadata` script creates a metadata file called `backend.xml`, or, when creating split metadata files, filenames that include an index number: https://github.com/IdentityPython/SATOSA/blob/c629dd5dfce44675bc263241c880a6481ccb33d6/src/satosa/scripts/satosa_saml_metadata.py#L23 So, when one starts to use `--split-backend`...
### Terraform Version ```shell Terraform v1.8.5 on darwin_arm64 ``` ### Terraform Configuration Files ``` module "vpc" { source = "git::ssh://[email protected]:team/system/tfmods/aws-vpc.git" version = "~> 0.5.0" } ``` ### Debug Output https://gist.github.com/dnmvisser/54d3d39aa6ff15019a80b75acac53b65...