Abel Luck
Abel Luck
When you specify a list of pubkeys for a single user: ``` - username: admin exclusive: true pubkey: - "ssh-rsa ..." - "ssh-dsa ..." ``` only the final key is...
The docs say this about generators: > **Generators** - These are functions which provide values for the Stream. They are lazy and can be infinite, they can also be asynchronous...
Reported via email: Hello, With regard to your note cipher app, it has a major security flaw which allows for a major security breach. Once the app is setup and...
The [Teensy](http://www.pjrc.com/teensy/) is a USB dev board that appears as an HID when plugged in. It's become popular as a keystroke injection tool. - [kautilya](https://code.google.com/p/kautilya/) - a toolkit which provides...
``` TASK [prometheus.prometheus.node_exporter : Copy the node_exporter systemd service file] ************************************************************************************************************ An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ): 'AnsibleUnicode' object...
I imagine many users would like to have automatic backups of the database available. Ideally the postgres role could also provide a script and cron job that performs the backup....
### Describe the Feature [Terraform v4.49.0](https://github.com/hashicorp/terraform-provider-aws/pull/28521) back in 2023 released support for [cloudwatch deployment alarms](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-alarm-failure.html). tf docs: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_service#cloudwatch-deployment-alarms This module doesn't support them unfortunately. ### Expected Behavior Be able to...
https://github.com/cattle-ops/terraform-aws-gitlab-runner/blob/6f684d3bb9f023e79f2e6fdcf562937111705ee9/main.tf#L2-L14 When you want to use this (amazing!) module alongside [`gitlab_user_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/user_runner) to create the runners in Gitlab, you will also want to provide your own [`aws_ssm_parameter`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter) resource containing the output...