Ferry Boender
Ferry Boender
Hey sc01194! > I do not know if this is due to my ansible setup or if this is ansible-cmdb which is not handling properly fact_cache data? It's ansible-cmdb's fault....
Hey Rob! I think the problem is related to this part of the output Exception while executing dynamic inventory script 'ec2.py': [Errno 2] No such file or directory It look...
Could also be possible that you need to specify the full path to the script. Something like: ansible-cmdb -d -i /home/fboender/ansible/ec2.py out/ > overview.html
Okay, so it looks like it's running the script now at least: Determining type of inventory_path ./ec2.py ./ec2.py is a executable. Handle as dynamic inventory script Reading dynamic inventory ./ec2.py...
Huh, weird. Just be be clear, you're not running ansible-cmdb itself on a Solaris host, right? It's just the facts come from an Solaris host? Did you make any modifications...
Hi Felix! Sorry for the late reply! I've been very busy. There's a very good chance that this will be fixed by the pull request in #190. I'll try that...
I'll look into this. I believe it might be fairly easy to accomplish, maybe. Perhaps. Hopefully ;-)
This should be fixed with PR #215. However, that'll take a while to merge, because it's a significant change in how ansible-cmdb works. It's been a while since I worked...
Hey Eldho! Does your current solution (ansible-csv2hosts) not already do this? Importing CSV to create host/host_vars is outside the scope of ansible-cmdb I'm afraid.
Since you mention `local_js=1`, I'm assuming you're familiar with `local_js=0`? (See [this FAQ entry](https://ansible-cmdb.readthedocs.io/en/latest/faq/#the-output-html-file-doesnt-work-on-other-computers)) It would be nice if we weren't reliant on an external CDN though. I'll see if...