[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

[ansible-project] Not able to pass hostname as extra var from ansible tower

2023-03-18 Thread Linux Study
Hi there, I want to pass hostname as extra variable from ansible tower to Playbook.how can i do this and how can i add this hostname to playbook? Regards, Abhi -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group

Re: [ansible-project] Pass user inputs to bash script via ansible

2023-02-07 Thread Linux Study
ables and their values. > > Walter > -- > Walter Rowe, Division Chief > Infrastructure Services, OISM > Mobile: 202.355.4123 > > On Feb 7, 2023, at 2:56 AM, Linux Study wrote: > > We are executing via jenkins and it will call ansible tower to run > playbook... > &g

Re: [ansible-project] Pass user inputs to bash script via ansible

2023-02-06 Thread Linux Study
tomation > platform? > > Walter > -- > Walter Rowe, Division Chief > Infrastructure Services, OISM > Mobile: 202.355.4123 > > On Feb 6, 2023, at 1:35 PM, Linux Study wrote: > > Hi All, > > Is there way to pass user inputs to bash script via ansible? > >

Re: [ansible-project] Pass user inputs to bash script via ansible

2023-02-06 Thread Linux Study
e on as a parameter to your script in a > "shell/command" task. > > Alex > > On Mon, Feb 6, 2023 at 11:36 AM Linux Study wrote: > >> Hi All, >> >> Is there way to pass user inputs to bash script via ansible? >> >> >> Regards, >> Abhi

[ansible-project] Pass user inputs to bash script via ansible

2023-02-06 Thread Linux Study
Hi All, Is there way to pass user inputs to bash script via ansible? Regards, Abhi -- 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

Re: [ansible-project] Remove bracket and u from json data in ansi le

2023-01-25 Thread Linux Study
e worked for me. Cannot remember which one. > > Walter > -- > Walter Rowe, Division Chief > Infrastructure Services, OISM > Mobile: 202.355.4123 > > On Jan 25, 2023, at 2:39 AM, Linux Study wrote: > > Hello All, > > I want remove bracket and u from json data in

[ansible-project] Remove bracket and u from json data in ansi le

2023-01-24 Thread Linux Study
Hello All, I want remove bracket and u from json data in ansible. I am trying to retrieve data from json. I executed this code in playbook - debug: msg: "{{ item }}" loop: "{{ raidurl1 | json_query('json.Members[*].[*]') }}" I am getting output like (item=[[u' /refish/v1/Systems/1'

Re: [ansible-project] Physical servers prechecks playbook

2022-11-18 Thread Linux Study
ly, the dmidecode binary directly will give you much of the info > you're looking for although it's not going to be the easiest thing to parse. > > > > > On Wed, 16 Nov 2022 at 19:26, Klaas Demter wrote: > >> For dell you can get these types of information fr

Re: [ansible-project] Physical servers prechecks playbook

2022-11-16 Thread Linux Study
with pre-checks? > Ansible is an automation tool, so how do you currently get those > pre-checks? > > > On Mon, 14 Nov 2022 at 19:20, Linux Study wrote: > >> Hi All, >> >> Can someone please help me to get pre-checks from Lenovo physical servers >> via

[ansible-project] Physical servers prechecks playbook

2022-11-14 Thread Linux Study
Hi All, Can someone please help me to get pre-checks from Lenovo physical servers via ansible-playbook? Someone has a sample playbook that can help me... Regards, Abhi -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from thi

Re: [ansible-project] Gather Data using ansible playbook

2021-11-20 Thread Linux Study
shell: "df -hT | grep {{ Mount_point }}" register: df - debug: var=df.stdout_lines On Sat, Nov 20, 2021 at 8:58 PM Dick Visser wrote: > Instead of have people guess what your playbook might look like based on > an error, post it > > On Sat, 20 Nov 2021 at

Re: [ansible-project] Gather Data using ansible playbook

2021-11-20 Thread Linux Study
er wrote: > I have no idea what a "filesystem extension" is, nor how to gather it. > But once you've done that, register it so you can use it in subsequent > tasks. > > On Sat, 20 Nov 2021 at 10:48, Linux Study wrote: > >> Hello Guys, >> >> Can so

[ansible-project] Gather Data using ansible playbook

2021-11-20 Thread Linux Study
Hello Guys, Can someone let me know how can we gather filesystem extension from one task and how can we use that result as variable in next task in ansible playbook.? Thanks in advance... Regard's Abhi -- You received this message because you are subscribed to the Google Groups "Ansible Pro

[ansible-project] How to run ansible playbook on multiple hosts with LDAP credentials?

2021-10-25 Thread Linux Study
Hello All, I want execute some playbooks on multiple hosts with LDAP credentials. I don't want this activity password less. I don't want to share SSH keys between hosts. Is it possible to run playbook with LDAP credentials? Regards, Abhi -- You received this message because you are subscribed