Re: [ansible-project] return more than process id in ansible when i use ps in shell module! why?

2018-04-17 Thread Biswadip Dutta
Can you please elaborate about the issue in the mail body rather than the subject? That way someone might be able to help you. :) Regards, Biswadip Dutta On Tue, Apr 17, 2018 at 12:02 PM, Ghasem keshavarz haddad < ghasemsys...@gmail.com> wrote: > please help me :( > > -- >

Re: [ansible-project] include not working

2018-04-17 Thread Biswadip Dutta
> for reference. Regards, Biswadip Dutta On Tue, Apr 17, 2018 at 5:16 AM, Tcpip wrote: > Hello, > > I test it but still the same issue, maybe is the wrong way, the idea is if > the value es greater then run the other playbook. > > thanks. > > On Monday, April 16, 2018

Re: [ansible-project] include not working

2018-04-16 Thread Biswadip Dutta
Hi, I believe you should use import_playbook to add a playbook in another playbook. See here <https://docs.ansible.com/ansible/2.4/playbooks_reuse_includes.html>. Regards, Biswadip Dutta On Sat, Apr 14, 2018 at 6:12 AM, Tcpip wrote: > Hi all > > I have the fol

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

2018-04-16 Thread Biswadip Dutta
Hi, You have Ansible installed properly I believe. Your issue is caused by having group name with spaces in the inventory. See This <https://github.com/ansible/ansible/issues/13917>. Regards, Biswadip Dutta On Mon, Apr 16, 2018 at 11:03 AM, Jose Julian Orjuela Lopera < josej

Re: [ansible-project] How to sort ansible output

2018-04-13 Thread Biswadip Dutta
Oh okay. I think I misunderstood your query. What I was suggesting is that you can write another script to sort the output based on your needs. I don't think Ansible has such functionality. If there's one then I will also like to know. Regards, Biswadip Dutta On Fri, Apr 13, 2018 a

Re: [ansible-project] Trying to create a new user and password for server login . SSH permission denied error.

2018-04-12 Thread Biswadip Dutta
This <https://stackoverflow.com/questions/19292899/creating-a-new-user-and-password-with-ansible> might be helpful for you Regards, Biswadip Dutta On Fri, Apr 13, 2018 at 2:38 AM, POOJA VENKATESH < poojavenkateshre...@gmail.com> wrote: > Hi, > > > I am trying to create

Re: [ansible-project] How to sort ansible output

2018-04-12 Thread Biswadip Dutta
I'd suggest you do the sorting part later. I mean after you get the Ansible results and then sort it. Regards, Biswadip Dutta On Fri, Apr 13, 2018 at 1:12 AM, The Wanderer wrote: > Hi all, > > I have a couple of servers that are managed via ansible. On all of them, I >

Re: [ansible-project] Re: unable to fit the piece of code in ansible

2018-04-12 Thread Biswadip Dutta
Can you please let me know which Ansible version you are using and what error you are getting? Regards, Biswadip Dutta On Thu, Apr 12, 2018 at 7:16 PM, Bishwajit Samanta < bishwajitsamanta1...@gmail.com> wrote: > Thanks Karl, for your reply. Problem statement ::- > > My job is

Re: [ansible-project] Intermittent failures when using easy_install

2018-04-06 Thread Biswadip Dutta
o directly run ad-hoc commands. This <https://stackoverflow.com/questions/26402123/ansible-creating-a-virtualenv> might be helpful. Regards, Biswadip Dutta On Fri, Apr 6, 2018 at 2:04 PM, SurferL wrote: > Running Ansible 2.4.1. > > So sometimes running my task works, and oth

Re: [ansible-project] Re: Regarding site.yml

2018-04-06 Thread Biswadip Dutta
you may also need this <https://www.jeffgeerling.com/blog/using-ansible-galaxy> Regards, Biswadip Dutta On Fri, Apr 6, 2018 at 6:37 PM, Biswadip Dutta wrote: > https://galaxy.ansible.com/geerlingguy/mysql/ > > Regards, > Biswadip Dutta > > On Fri, Apr 6, 2018 at 5:56 PM

Re: [ansible-project] Re: Regarding site.yml

2018-04-06 Thread Biswadip Dutta
https://galaxy.ansible.com/geerlingguy/mysql/ Regards, Biswadip Dutta On Fri, Apr 6, 2018 at 5:56 PM, Nirmalya Paul wrote: > I am trying to install mysql in CentOs through Ansible. can anybody please > tell me what is the procedure to install it ? > > On Fri, Apr 6, 2018 at 5

Re: [ansible-project] Regarding site.yml

2018-04-06 Thread Biswadip Dutta
How are you trying to run it? That's not the way it's supposed to "run". Read the docs please. Regards, Biswadip Dutta On Fri, Apr 6, 2018 at 1:27 PM, Nirmalya Paul wrote: > hello all I am not able to run -s site.yml.. > > error showing that -s site.yml could not

[ansible-project] Re: ansible.parsing.yaml.objects.AnsibleUnicode error

2018-04-04 Thread Biswadip Dutta
>From the information provided, I believe you are trying to reference dynamically named variables. You might find this Github issue (#19356 ) useful. On Tuesday, April 3, 2018 at 4:00:39 PM UTC+5:30, Rıdvan KARATAŞ wrote: > > Hi > > I'm using ansi

[ansible-project] Re: Installing Jenkins plugins with their dependencies

2018-04-04 Thread Biswadip Dutta
> > state: latest > Please remove this and try. Apparently this is an open issue on Github. #24864 On Tuesday, April 3, 2018 at 5:43:45 PM UTC+5:30, JiElPe-Fr38 wrote: > > Dear all, > > I have created a jenkins role that creates a jenkins insta

[ansible-project] Re: Installing Jenkins plugins with their dependencies

2018-04-04 Thread Biswadip Dutta
> > state: latest > Please remove this and try. On Tuesday, April 3, 2018 at 5:43:45 PM UTC+5:30, JiElPe-Fr38 wrote: > > Dear all, > > I have created a jenkins role that creates a jenkins instance and add > plugins. > The task related to plugins is as follows : > > - name: Install plugins >