[ansible-project] Probleme ansible with build Jenkins

2019-11-18 Thread Karther
Hey, I know it's a little bit gold but i have maven with component war with this file pom : http://maven.apache.org/xsd/maven-4.0.0.xsd";> 4.0.0 workflow Portal ${version-prod} war Portal And on my file pom.xml , i want get my war with this content : 2019

[ansible-project] Running Ansible with Concourse

2019-11-18 Thread Bishwajit Samanta
Hi, I am trying to run ansible within Concourse, however when i am running i am only able to ping localhost. I cannot make passwordless login. I may be missing somewhere. Below are my steps:- I need some guidance as i am not able to Find any resource in Internet. Concourse Yaml File:- --- reso

[ansible-project] how to post different payload for different rest api using uri module in ansible playbook with loop

2019-11-18 Thread ahamed Sultan
Hi Team, I am new to ansible, could you help me how to post different payload for different rest api using uri module in ansible playbook with loop(to reduce code) Thanks in advance. Regards Ahamed -- You received this message because you are subscribed to the Google Groups "Ansible Pr

Re: [ansible-project] Probleme ansible with build Jenkins

2019-11-18 Thread Stefan Hornburg (Racke)
On 11/18/19 11:50 AM, Karther wrote: > Hey, > > I know it's a little bit gold but i have maven with component war with this > file pom : > > http://maven.apache.org/xsd/maven-4.0.0.xsd";> > 4.0.0 > workflow > Portal > ${version-prod} > war > Portal > > > And on my file po

[ansible-project] Will Ansible work in case of Windows Jump Server?

2019-11-18 Thread pratik ghodekar
Hello, I wanted to know if we have Windows jump server instead or bastion server will Ansible work? if yes how can we achieve this -- 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

Re: [ansible-project] Block and Rescue behavior question

2019-11-18 Thread Michael Cronenworth
On Friday, November 15, 2019 at 5:42:04 PM UTC-6, Kai Stian Olstad wrote: > > > It's a bug with import_role and include_role. > I made test code that only run against localhost and somewhat easier to > follow. > > Thanks. I stole your test case and opened a bug report. https://github.com/ansibl

Re: [ansible-project] BECOME password:

2019-11-18 Thread Roy Wright
Thank you for the suggestions, alas no joy: ➤ cat ansible.cfg [defaults] # On our servers, root does not have access to users' network-mounted home directories. So we cannot rely on ansible's # default `~/.ansible/tmp/...` location for temporary files. The user you use to connect to the target s

Re: [ansible-project] how to post different payload for different rest api using uri module in ansible playbook with loop

2019-11-18 Thread soumya dutta
You want to pass different variables in loop? You can use with_dict option. On Mon, Nov 18, 2019, 6:47 PM ahamed Sultan wrote: > Hi Team, > > I am new to ansible, could you help me how to post different payload > for different rest api using uri module in ansible playbook with loop(to > redu

[ansible-project] multiple playbooks or one playbook per function?

2019-11-18 Thread Mauricio Tavares
By playbook per function I mean something like a web.yml playbook which defines how all the webservers are put together. Of course we could then define variables associated with host groups and hosts themselves to take care of the local idiosyncrasies that make them unique (location, fw rules

Re: [ansible-project] multiple playbooks or one playbook per function?

2019-11-18 Thread Vladimir Botka
On Mon, 18 Nov 2019 16:57:20 -0500 Mauricio Tavares wrote: > By playbook per function I mean something like a web.yml > playbook which defines how all the webservers are put together. Of > course we could then define variables associated with host groups and > hosts themselves to take care