ansible-plugin icon indicating copy to clipboard operation
ansible-plugin copied to clipboard

use ansible_ssh_pass rather than ansible_ssh_password + increase default limits on yaml + Fix null pointer issue(s)

Open madsi1m opened this issue 1 year ago • 6 comments

Use ansible_ssh_pass rather than ansible_ssh_password to align with ansible. Seems some of the code has already been changed.

madsi1m avatar Aug 23 '24 02:08 madsi1m

Hello, I tried your fix for the null pointer but I couldn't compile the code as the call to the "continue" statement is done outside of a loop. Are you sure that it is the right version ? Thomas

tpegeot avatar Oct 09 '24 18:10 tpegeot

@tpegeot Thanks, you are correct, i did a bad copy paste. Please try again.

madsi1m avatar Oct 09 '24 21:10 madsi1m

I've also had to rewrite it to make the scan recursive...

madsi1m avatar Oct 11 '24 03:10 madsi1m

@madsi1m do you have an inventory to share?. It's to replicate the case.

alexander-variacode avatar Oct 22 '24 18:10 alexander-variacode

I can't share our inventory but basically it seems something like:

[prod1web]
web1.server.com
web2.server.com
web3.server.com

[prod1db]
db1.server.com
db2.server.com
db3.server.com

[product1:children]
prod1web
prod1db

[site1:children]
product1

[web:children]
prod1web

[db:children]
prod1db

madsi1m avatar Oct 23 '24 22:10 madsi1m

nothing new, the plugin still refreshes via luck Sometimes we get the new nodes sometimes not

marinhio75 avatar Apr 02 '25 10:04 marinhio75