jhawkesworth

Results 7 comments of jhawkesworth

Hmm, what are you setting forks to? Hitting lots of hosts at once might be taking up a lot of resources - worth checking /var/log/messages too. You might like to...

I retried this with latest firmware on 10 September 2022 and the issue was resolved using my reproducer, so I am going to close this as fixed. Thank you @Gadgetoid

I noticed this too. I assumed it was because it needs to access the catalog in order to find foreign keys etc. Would be useful to have fixed though.

I think the issue is that group_vars are loaded _relative_ to your inventory. However it seems its not picking up the inventory location in project.ansible-inventory but instead using a file...

Well whatever is going on, the above is not the full story, as I rsync'ed my group_vars into /tmp but it still fails in the same way. Is there a...

Well to answer my own question, there is... Since ansible allows multiple sources of inventory, you can just add -i /path/to/your/actual/inventory and magically your group_vars are loaded.

Adding my thanks for the blog post, most helpful and I enjoyed the 'code as you go style' I hit the num: Option .. Issue mentioned above when I coded...