Re: [ansible-project] Need to understand how I can write a ansible role so that it compares input / output value.

2021-12-29 Thread Marian Saldhana
Thanks for your reply. *Expected value is: - Linux hostname 4.18.0-193.el8.x86_64 ( The customer has RHEL 8.2 running in its env )* I have 100 such lines given to me by the customer ( OS inventory ) where 80% of the values that I receive by running the ansible standard module matches with the

Re: [ansible-project] Anyone can explain "false" below

2021-12-29 Thread Nico Kadel-Garcia
On Wed, Dec 29, 2021 at 11:24 AM Jack Morgan wrote: > > "Set this to “False” if you want to avoid host key checking by the underlying > tools Ansible uses to connect to the host" per the link below. Most commonly > used for SSH connections. > >

[ansible-project] Re: create multiple vlan port groups on 5 esxi servers

2021-12-29 Thread Tony Wong
hi Is it possible to override default failover NIC policy? I need to have 2 active nics on each portgroup On Saturday, December 25, 2021 at 4:01:58 AM UTC-8 Rodrigues wrote: > Nope, you can put them directly in the playbook in the vars section. > Similar to this: >

Re: [ansible-project] Need to understand how I can write a ansible role so that it compares input / output value.

2021-12-29 Thread Todd Lewis
What, exactly, do the "values given by the customer" look like? It almost certainly isn't going to match the output of `uname -a`. (I'm guessing. But please, don't make us guess; give us the details of the actual problem.) On Monday, December 27, 2021 at 11:58:39 PM UTC-5 marian@gmail.com

[ansible-project] Re: Check for existing installed software

2021-12-29 Thread Nitrous
anyone with ideas? On Tuesday, December 21, 2021 at 3:25:23 PM UTC-6 Nitrous wrote: > any suggestions? > > On Monday, December 20, 2021 at 9:09:51 AM UTC-6 Nitrous wrote: > >> How can I incorporate this registry check before my playbook runs to >> install .net 4.8: >> >> (Get-ItemProperty

Re: [ansible-project] Anyone can explain "false" below

2021-12-29 Thread Jack Morgan
"Set this to “False” if you want to avoid host key checking by the underlying tools Ansible uses to connect to the host" per the link below. Most commonly used for SSH connections. https://docs.ansible.com/ansible/latest/reference_appendices/config.html On 12/29/21 08:10, davidy wrote: Hi

[ansible-project] Anyone can explain "false" below

2021-12-29 Thread davidy
Hi Anyone can explain "false" below. Thank you sudo nano ansible.cfg [defaults] inventory = ./hosts host_key checking = false -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails