geerlingguy / docker-debian11-ansible

Debian 11 (Bullseye) Docker container for Ansible playbook and role testing.
https://hub.docker.com/r/geerlingguy/docker-debian11-ansible
MIT License
39 stars 20 forks source link

Feature Request: Add unpriviliged ansible user #5

Open stevenengland opened 1 year ago

stevenengland commented 1 year ago

Hi, thanks for this awesome work ;)

Question: Since this image is not intended to be used in production, is there a chance to add an unpriviliged user into the image? Like it is described here? https://molecule.readthedocs.io/en/latest/examples.html#docker-with-non-privileged-user

Kind regards!