Thomas Boerger
Thomas Boerger
I don't have strong feelings about that. For me it's fine to kill the session if the browser is closed. Adding an option for that which will give an empty...
I haven't continued on that yet but I would like to get some feedback if this is some structure you are feeling comfortable with :)
Cargo is for sure required for cryptography and this is also some dependency of other packages installed within the image. As describe on chat the thin image stays with the...
I'm currently experimenting with the installed tools a little bit to get a good image size. I would suggest to simply use the Alpine package for Ansible for the slim...
The current state WITH python-dev reaches 843MB. Without python-dev you are not able to install so many oython deps... Than we could directly drop the requirements.yml entirely from the slim...
Really unsure about this feature. Installing python dependencies totally makes sense because they are required by collections, but collections itself could also be easily installed as part of the jobs...
Not sure about that... It's more specific if you have the enable flags.
I don't have an idea really... I never used profiles.
Why should this be defined as a playbook? If the requirements file is part of the repository it's getting updated before the playbook defined by the task starts.