garyyang6

Results 6 issues of garyyang6

I installed the collations with the command, ansible-galaxy install ernestas-poskus.ansible-prometheus ansible-galaxy list /home/ubuntu/.ansible/roles ernestas-poskus.ansible-prometheus, v4.18.0 I run the command as follows: ansible-playbook -i hosts -l group1 playbook.yml --check I got...

Per https://galaxy.ansible.com/geerlingguy/mysql, I installed the role, ansible-galaxy install geerlingguy.mysql playbooks/install_database.yaml: ``` - hosts: database user: ubuntu become: yes vars_files: - ../vars/database.yaml roles: - role: geerlingguy.mysql ``` vars/database.yaml ``` mysql_databases: -...

stale

### What happened? I use the Pulumi sample code at https://github.com/pulumi/examples/tree/master/aws-py-apigateway-lambda-serverless. pulumi version v3.69.0 It runs on AWS cloud. I got errors as follows: main.py", line 49, in body=pulumi.Output.json_dumps({ AttributeError:...

kind/bug
area/examples

### 1. Issue or feature description In EKS (1.23), I launched an EC2 instance (Ubuntu) with the instance type G5.2xlarge. However, GPU is not available. kubectl get nodes "-o=custom-columns=NAME:.metadata.name,GPU:.status.allocatable.nvidia\.com/gpu" ```...

lifecycle/stale

App clients > Security configuration > Prevent User Existence Errors: I set client_prevent_user_existence_errors = "ENABLED" But the setting is still Legacy. How to make it as Enabled (Recommended) ``` clients...

documentation

Not able to deploy. I got errors. Please help. ansible-playbook -i hosts site.yml --vault-password-file group_vars/grafana/vault --check -vvvvv I got errors as follows: ``` fatal: [10.10.2.19]: FAILED! => { "changed": false,...