Anton Patsev

Results 169 issues of Anton Patsev

Hello! I try install harbor and get error ``` ERROR! the role 'harbor' was not found in /home/user/github/infrastructure-as-a-code-example/12-harbor/roles:/home/user/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/user/github/infrastructure-as-a-code-example/12-harbor The error appears to be in '/home/user/github/infrastructure-as-a-code-example/12-harbor/playbook.yml': line 20, column 7, but...

Hello! Thanks for getsentry-ldap-auth! I try build sentry-ldap-auth to rpm ``` error: line 56: Illegal char '*' in: Requires: python-django-auth-ldap = 1.2.* {:level=>:info} ``` May be change 1.2.* to 1.2.17?...

Здравствуйте. Можно ли добавить поддержку PVC Есть примерный код https://github.com/vaivanov/charts/blob/master/charts/gradle-build-cache-node/templates/pvc.yaml

Hello! Please add support Horizontal Pod Autoscaling I view current output: ``` │ 1.0 -> ? (No data) │ 1.0 -> ? (No data) │ │ 100Mi -> ? (No...

Hello! Thanks for roles for windows. Could you create ansible role for install and configure a certificate authority on Windows system? I read some blog posts where use powershell: https://www.ntweekly.com/2017/12/16/deploy-certificate-authority-windows-server-2016-using-powershell/...

Hello! Thanks for k8s-insider I try install to k8s with cilium ``` k8s-insider install Installing k8s-insider into 'kube-insider' namespace... Detected service CIDR: 10.241.0.0/16 Error: Error detecting pod CIDR: unsupported CNI!...

Hello! Thanks for Current directory contain templates and emptry templates: ``` tree . ├── Chart.yaml ├── README.md ├── output ├── templates │   ├── api-gateway-deployment.yaml │   ├── api-gateway-service.yaml │   ├── config-server-deployment.yaml...

Hello! Thanks for ansible-collection-smallstep! I try bootstap smallstep with JWK like as photo: ![image](https://github.com/maxhoesel-ansible/ansible-collection-smallstep/assets/10828883/2270c531-371c-4195-b58f-07937022ed20) My code: ``` - hosts: smallstep become: yes tasks: - name: Install step-ca include_role: name: maxhoesel.smallstep.step_ca...

Hello! Thanks for ansible collection i try ca init and get error: Install ``` ansible-galaxy collection install maxhoesel.smallstep>=0.25.2,0.26.0 ansible-playbook -i inventory.yml ca.yml ``` My ca.yaml ``` - hosts: step_ca become:...