Re: [ansible-project] UNREACHABLE!

2023-11-17 Thread Martin Etcheverry
Hey Vasily you finally solved the problem? El lun, 13 nov 2023 a las 14:07, Prabhakar P () escribió: > Ssh key folder permissions issue set for 700 for folder and authorized > keys 644 > > On Mon, Nov 13, 2023 at 7:47 AM Василий Арутюнов > wrote: > >> Hello, pls help me understand this e

Re: [ansible-project] UNREACHABLE!

2023-11-13 Thread Martin Etcheverry
hi, you are trying to connect to the 193.84.2.### with root? Is root allowed to ssh in that host (seems a bad practice anyway)? El lun, 13 nov 2023 a las 10:47, Василий Арутюнов () escribió: > Hello, pls help me understand this error; I've been trying to fix it for > the second day and can't figu

Re: [ansible-project] JOB | Linux Sysadmin (London, UK)

2023-06-05 Thread Martin Etcheverry
My bad! sorry! El dom, 4 jun 2023 a las 10:12, Nico Kadel-Garcia () escribió: > On Fri, Jun 2, 2023 at 10:20 AM James Tobin wrote: > > > > Hello, I'm working with an employer that is looking to hire a Linux > > sysadmin with terraform, ansible and python experience for an > > infrastructure posi

Re: [ansible-project] JOB | Linux Sysadmin (London, UK)

2023-06-02 Thread Martin Etcheverry
Hi James , for this job, is needed to be in person, or could be remote? Best regards Martin El vie, 2 jun 2023 a las 11:20, James Tobin () escribió: > Hello, I'm working with an employer that is looking to hire a Linux > sysadmin with terraform, ansible and python experience for an > infrastruct

Re: [ansible-project] Proxmox

2020-12-14 Thread Martin Etcheverry
Hi Pim , maybe this can work for you; you can run a command inside the container with something like that: - name: run command hosts: proxmox tasks: - name: Run command in container lxc_container: name: 133 state: started container_command: service ssh restart El dom, 13 dic 2020 a las 19:32, Pim

[ansible-project] problem using uri module with proxmox api

2020-09-16 Thread Martin Etcheverry
Hi , i am pretty noob with ansible, i am struggling interacting with proxmox api using the module uri. I know that exist a proxmox module in ansible , but i need to send keys right after the vm boots , and that is not covered with the proxmox module . The proxmox api has a node to send keys (yes on

Re: [ansible-project] Help with async tasks.

2020-09-01 Thread Martin Etcheverry
well other option (i used only once) is run the shell command with gnu parallel . its pretty amazing! but i pretty stiff learning curve. maybe you could , give it a chance. best regards! El mar., 1 sept. 2020 a las 4:19, Guannan Sun () escribió: > Thank you for your response. > I've tried to add

Re: [ansible-project] Help with async tasks.

2020-08-31 Thread Martin Etcheverry
Hi ! maybe something like this : https://medium.com/developer-space/parallel-playbook-execution-in-ansible-30799ccda4e0 El lun., 31 ago. 2020 a las 6:57, Guannan Sun () escribió: > Thank you for your response. > Well, in my condition, I using 'create_site' role to create a site in a > netbox. It