Gaétan QUENTIN

Results 24 comments of Gaétan QUENTIN

Hi,  the goal is to  imitate a L1 support team, writting commands on console via ssh. so ansible must connect with network_cli+ssh, not with httpapi, and use bigip_command if possible,...

Hi, with ansible 2.9.25 i had to specify the collection name in the module name, because collections keyword in the playbook seams ignored and finaly it is the standard bigip...

FYI, With python 3.6, same results: ``` 2022-05-02 16:23:43,496 p=82164 u=myaccount n=ansible | ansible-playbook 2.9.24 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/myaccount/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location...

with a local account associated with bash, here are the results with python 3.6: code: ``` - name: Exec ansible.netcommon.network_cli+ssh+ f5networks.f5_bigip.bigip_command vars: ansible_connection: ansible.netcommon.network_cli ansible_network_os: f5networks.f5_bigip.bigip ansible_persistent_log_messages: true f5networks.f5_bigip.bigip_command: use_ssh:...

yes something must have changed in our environment but i don't know what . yes telnet and 'openssl s_client connect 'work fine but are very slow

ok i read that it was by design. but how can we use postgres outside the cluster? i want to connect to it with dbeaver for example? regards.

i finaly added a new service with external ip: service/mypostgres-tcp-service   LoadBalancer   10.152.183.217 172.16.99.99   5432:30127/TCP   12h Le 04/01/2023 à 12:24, Lazy coder a écrit : > > Add a ingress? or...

> Hi [@louiseschmidtgen ], > > thanks for reporting your issue. > > I would like to point you to our documentation page on properly configuring the containerd service: https://microk8s.io/docs/configuring-services....

> [@gaetanquentin](https://github.com/gaetanquentin) looks like to be issue with `ENCRYPTION_KEY` . Can you check the value of this in `backend/.env`. Same value should be present in `platform/.env` file also. > >...

ok so i got the encryption key with bash -x run-platforms.sh and paste it into env files and restarted the services, now it is ok. i think something is miising...