ansible-role-netbox icon indicating copy to clipboard operation
ansible-role-netbox copied to clipboard

Ansible Role: NetBox

Results 3 ansible-role-netbox issues
Sort by recently updated
recently updated
newest added

I don't know if it's intentional or if the access management rules have changed in the meantime but I was forced to set **become: true** to all the tasks present...

bug

Hi, On a simple run (calling the role with no option) I get this error: ``` TASK [netbox : create postgresql database] ************************************************************************************************************************************************* fatal: [ec2-myinstance.eu-west-2.compute.amazonaws.com]: FAILED! => {"msg": "Failed to...

bug

It seems like `netbox_local_requirements:` is not currently working. I can get it to work correctly if i remove `| bool` from the conditional in the task. https://github.com/gmazoyer/ansible-role-netbox/blob/6d7a83328da05ad244de4ecc7dbd484c424ea20a/tasks/setup_netbox.yml#L64