Felix Peters
Felix Peters
Maybe the file is owned by another user? A dirty Workaround is to add a custom pre cleanup task and do the same as cleanup, but with sudo permissions. Correct...
Nice to see this is already an issue. We also have this demand. We deploy a proxy as sidecar to most of our services. A single log out using backchannel...
I also have demand on this. Is there any plan for implementation? Otherwise i would try to find some time implementing this.
I started a new draft PR to check what needs to be fixed. Like expected the breaking changes documented in the change log require some adjustments: https://github.com/netbox-community/netbox/releases/tag/v3.3.0
Cloesed with #93
I think this could be a nice feature. I'm not sure if it is possible via the Netbox Api, but if possible feel free to send an PR.
There is already an open PR #235 on this issue in review.
I think the rescue feature of ansible 2 will do the job
Do you have any plans about the 2.x branch? I think it would be great to start this. Ansible 2.x is there for quiet a time now.
I'm currently working on this issue because we have a demand to manage the local users by Terraform. It's a bit tricky since the API requires an additional authentication, but...