pbousek

Results 9 comments of pbousek

+1 same on 0.11.0 and aws rds - rdsadmin table is still there although excluded

Hello, I had same issue and same behaviour, needle moves only when I used count of measurements. Than I found, that the values that I tried to visualize are not...

i have the path in ansible.cfg as is described in instructions without this, ansible didn't find the roles...

find ~/.ansible -type f -name 'debops_filter_plugins.py' ``` /root/.ansible/content/debops/debops/roles/debops.ansible_plugins/filter_plugins/debops_filter_plugins.py /root/.ansible/content/debops/debops/ansible/roles/debops.ansible_plugins/filter_plugins/debops_filter_plugins.py ``` grep roles_path /etc/ansible/ansible.cfg ``` #roles_path = /etc/ansible/roles roles_path = $HOME/.ansible/content/debops/debops/roles:/etc/ansible/roles ```

i have same problem on macos, with unprivileged user, so I create clean linux virtual to test it on linux if the problem could be OS related, but problem is...

pip install failed because python-ldap module missing, when I add it, I can install debops with pip and test playbook works now... so the problem was missing python mudule?

but it doesn't help on macos I still get ``` fatal: [x.x.x.x]: FAILED! => { "msg": "An unhandled exception occurred while running the lookup plugin 'template'. Error was a ,...

it simply returns nothing

probably some issue related to this https://github.com/debops/debops-tools/issues/159 because pip install put it in different path than on VM linux, so it's my problem but just to clarify - problem was...