Re: [ansible-project] jenkins job config.xml

2023-06-17 Thread Dick Visser
https://docs.ansible.com/ansible/latest/collections/community/general/xml_module.html On Sat, 17 Jun 2023 at 01:40, Narmada Karthika wrote: > I have a jenkins job config.xml file, this is the template file, which > will be replaced with the values from another yml file and next it has to > crea

Re: [ansible-project] Fix Google Chrome Vulnerability

2023-06-17 Thread Dick Visser
Without any more information: put all the tasks that are needed in a playbook. On Sat, 17 Jun 2023 at 08:46, malek sakir <2141.maleksa...@gmail.com> wrote: > How to fix Google Chrome < 69.0.3497.100 Vulnerability using Ansible > Playbook. > > > > -- > You received this message because you are s

[ansible-project] How to retrieve hashi vault token and use in ansible playbook as vars which i added in to ansible tower credentials?

2023-06-17 Thread Linux Study
Hi there, How to retrieve hashi vault token and use in ansible playbook as vars which i added in to ansible tower credentials? Thanks and regards, Abhi -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop

Re: [ansible-project] Loop files that will be used as variables

2023-06-17 Thread dudu.c...@gmail.com
Sorry - But i didnt fully understand your question My input files are static - The problem that i'm trying to solve is how to loop "vars_file" for the same task ב-יום רביעי, 14 ביוני 2023 בשעה 22:01:56 UTC+3, Will McDonald כתב/ה: > I think this answer might give you a pointer in the right d

Re: [ansible-project] Loop files that will be used as variables

2023-06-17 Thread Dick Visser
On Sun, 18 Jun 2023 at 07:43, dudu.c...@gmail.com wrote: > Sorry - But i didnt fully understand your question > > My input files are static - The problem that i'm trying to solve is how > to loop "vars_file" for the same task > What are you trying to achieve with the playbook? > > ב-יום רבי

Re: [ansible-project] Loop files that will be used as variables

2023-06-17 Thread Vladimir Botka
On Wed, 14 Jun 2023 04:07:38 -0700 (PDT) "dudu.c...@gmail.com" wrote: > *My J2 file* > > select * from {{ item.id}} where {{ item.color}} > > *My input files* > > *File-1.yml :* > Id: 1 > color: blue > > *File-2**.yml** :* > Id: 2 > color: red > > *My Playbook – that is not working. * >