[ansible-project] problem installing Jitsi meet with ansible

2020-08-27 Thread Oscar Rojas
Excuse me for here can you help me with a configuration in ansible to complete a Jitsi-Meet installation in Ubuntu. I would like to know how I can install the jitsi meet through ansible using LXC container and register the IP address that the container gives me. I installed it but it turns

Re: [ansible-project] install Ansible on Mac 2.5.0

2018-04-16 Thread Oscar Vidakovic
ttp://docs.ansible.com/ansible/latest/user_guide/quickstart.html> and a getting started guide <http://docs.ansible.com/ansible/latest/user_guide/intro_getting_started.html>, as them have useful information as for example inventory syntax or updated variable names. Regards, Oscar 2018-04-16 10:

[ansible-project] Re: Hostnames with EC2 inventory plugin

2018-04-12 Thread oscar
Thank you very much for the information, and for the work! seems like ansible developers accepeted it, wich are great news. Regards, Oscar El miércoles, 11 de abril de 2018, 11:36:46 (UTC+2), flowerysong escribió: > > On Wednesday, April 11, 2018 at 3:19:51 AM UTC-4, os...@apartum.com

[ansible-project] Hostnames with EC2 inventory plugin

2018-04-11 Thread oscar
hostnames: - tag:Name #- private-dns-name strict_permissions: False Regards, Oscar -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr

[ansible-project] Re: Security acess to a machine via Ansible

2018-02-27 Thread Oscar Pinto
teams. > > On Thursday, February 22, 2018 at 5:42:24 PM UTC+5:30, Oscar Pinto wrote: >> >> How can I ensure that a user that is used to play the playbooks does not >> have ssh access in any other way >> >> -- You received this message because you are subscribed to

[ansible-project] Security acess to a machine via Ansible

2018-02-22 Thread Oscar Pinto
How can I ensure that a user that is used to play the playbooks does not have ssh access in any other way -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [ansible-project] Ansible 2.4.2.0 EPEL fails on CentOS 7.4.1708. Known problem?

2018-01-11 Thread Oscar Hodgson
The same problem occurred after the machines has been flipped to CentOS 6.9. SELINIX=disabled or /sbin/restorecon -R -v /etc/ssh/ on the ansible node resolved the issue. Thank you for the inspiration to dig deeper. I reckon I’ve gotten used to ansible ‘just working’. Oscar > On Ja

[ansible-project] Ansible 2.4.2.0 EPEL fails on CentOS 7.4.1708. Known problem?

2018-01-08 Thread Oscar Hodgson
the master only or all to CentOS 6.9) but thought I’d check first … Thanks. Oscar -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-projec

Re: [ansible-project] Re: Ansible cascade

2017-11-24 Thread Oscar Segarra
Hi, Is theren't any option to send the second password as a variable? I have tried to add them as variables in host file but it has not worked. I cannot use a passwordless key because the process I'm trying to develope is exactly for syncronizing keys between all my hosts. For the first time,

Re: [ansible-project] Re: Ansible cascade

2017-11-24 Thread Oscar Segarra
Hi, I have tried with the --ask-pass. In this case system asks for the first password but not the second. It raises the "Authentication failure" error. Thanks a lot Oscar El 24 nov. 2017 15:33, "Kai Stian Olstad" <ansible-project+l...@olstad.com> escribió: On

Re: [ansible-project] Re: Ansible cascade

2017-11-23 Thread Oscar Segarra
I mean, I'm able to connect to my guest through my jump server by setting my .ssh/config file as: Host vdicnode01 HostName vdicnode01 ### Host to jump to via jumphost1.example.org Host vdicone01 HostName vdicone01 ProxyJump vdicnode01 [root@vdicmanager01 ansible]# ssh vdicone01

Re: [ansible-project] Re: Ansible cascade

2017-11-23 Thread Oscar Segarra
Hi Kai, I have found some information in the internet (not so much) but I'm not able to make it work when my end server requires ssh password to be introduced. Is there any known trick to make this work? Thanks a lot. Oscar -- You received this message because you are subscribed

[ansible-project] Re: Ansible cascade

2017-11-23 Thread Oscar Segarra
Hi everyone! Nobody has need the same requirement? The same use case aplies in the following scenario: Laptop with Ansible --> FW --> Ansible server intermediate --> FW --> Destination host of my commands Any help will be really welcome! Thanks a lot. Oscar -- You received

[ansible-project] Ansible cascade

2017-11-22 Thread Oscar Segarra
Hi, I'm pretty new with Ansible and I apollogize if my question has a very easy answer. In my environment I have a KVM host (vdicnode01) where in run a Centos 7 guest (vdicguest01) behind a KVM NAT network. From my Laptop (vdicmanager01) I want to execute an Ansible playbook in order to

[ansible-project] Re: Role cannot be found

2017-05-31 Thread oscar Medina
Thanks Daniel! Got it to work. On Tuesday, May 30, 2017 at 5:35:39 AM UTC-7, Daniel JD wrote: > > Try to set the > > ENV['ANSIBLE_ROLES_PATH'] = > > in your Vagrantfile. > > Am Donnerstag, 25. Mai 2017 17:54:40 UTC+2 schrieb oscar Medina: >> >> Hi Every

[ansible-project] Role cannot be found

2017-05-25 Thread oscar Medina
Hi Everyone, Quick question; I have my project structure as shown below. I am trying to ensure the *Ansible Vagrant Provisioner* runs, but I keep getting this error, any ideas? When I execute "ansible-playbook" command from the Plays folder, this does work

[ansible-project] Ansible hangs and does not progress

2017-01-24 Thread Oscar Martinez
I explain my problem I get an inventory of 10,000 servers (Linux) through a python in json format, I have a playbook that is responsible for collecting information from the servers and at the end with java I assemble a final report It is very common that a server has a problem with some

[ansible-project] Ansible (hangs)stops and does not progress

2017-01-24 Thread Oscar Martinez
I explain my problem I get an inventory of 10,000 servers (Linux) through a python in json format, I have a playbook that is responsible for collecting information from the servers and at the end with java I assemble a final report It is very common that a server has a problem with some

[ansible-project] Ansible (hangs)stops and does not progress

2017-01-24 Thread Oscar M A
I explain my problem I get an inventory of 10,000 servers (Linux) through a python in json format, I have a playbook that is responsible for collecting information from the servers and at the end with java I assemble a final report It is very common that a server has a problem with some

Re: [ansible-project] copy module bug?

2016-06-27 Thread Oscar Hodgson
nd the ntp.conf is not created. > If you set the "dest: /tmp/" (trailing slash) and you run > ansible-playbook with -v you get this >"dest": "/tmp/ntp.conf" > and it work as you expected. > > If it's a feature or a bug I don't know, I guess

[ansible-project] copy module bug?

2016-06-27 Thread Oscar Hodgson
etc/passwd, force: yes } - { src: /etc/ntp.conf, force: no } - command: 'ls /tmp/passwd /tmp/ntp.conf' The documentation leads me to believe that /tmp/ntp.conf should be present at the end of this play. Am I missing something? Oscar -- You received this message because you are s

Re: [ansible-project] Ansible Network, junos_command.

2016-04-13 Thread Oscar Bengtsson
I will check it out tomorrow thanks! On Wednesday, April 13, 2016 at 3:59:11 PM UTC+2, Mike Biancaniello wrote: > > might there be an application firewall between you and the switch that > allows openssh, but not paramiko? > > On Wednesday, April 13, 2016 at 9:11:30 AM UTC-4,

Re: [ansible-project] Ansible Network, junos_command.

2016-04-13 Thread Oscar Bengtsson
ote: > > Is netconf enabled under "system services"? > > On Thu, Apr 7, 2016 at 7:41 AM, Oscar Bengtsson <ojbb...@gmail.com > > wrote: > >> Hi, >> I'm trying to get a playbook to connect to a juniper switch and do a >> 'show version' >> I'm tota

[ansible-project] Ansible Network, junos_command.

2016-04-07 Thread Oscar Bengtsson
ries": 10, "username": "root", "waitfor": null}, "module_name": "junos_command"}, "msg": "failed to connecto to 172.18.10.25:22 - "}* Is there something wrong with my code? I also tried specifying the username/password ins