Ferry Boender
Ferry Boender
Hi, thanks for your quick reply! This is my current understanding of how / when pasted are deleted: * Random expired pastes are deleted (with a limit) when *creating* a...
Hi! Good question. Ansible-cmdb uses the jQuery datatables plugin for it's search. There are various ways in which it can be customized. It looks like it supports regex search by...
Yes the instantiation happens on lines 700-722. The search box is automatically created by DataTables and it looks like it's not possible to easily create our own search() instantiation. I...
I assume this means the ability to search on something like "ip=192.168" in the fancy HTML overview? It looks like DataTables (which is used for the overview and searching) does...
Hi Anasme! I'm not sure, but it looks like you're specifying a path to a directory for the `-i` param, instead of pointing it to the `hosts` file. If you...
Confirmed that this is a bug in ansible-cmdb.
For now I've "fixed" this by skipping directories in `host_vars`. Not really a fix, but I'm reworking the parsing of host/group vars and don't want to invest time in properly...
Hi Federico! I'm not sure if ansible collects the required facts for those columns on windows. I currently don't have access to any Windows hosts with Ansible. Can you send...
Hi systemfifteen, The windows-host.json.txt doesn't look like valid JSON. A few values are not quoted. For example "ansible_domain": domain.com, If you can manage to fix those problems, I believe you...
Var files in YAML format shouldn't be a problem I think. I'll need a bit more information in order to properly address this issue. Can you show me which command...