Hi! On Monday, February 11, 2019 at 7:45:29 PM UTC+1, Pshem Kowalczyk wrote: > > Hi, > > Why not simply create a dedicated ansible user inside the container? > > kind regards > Pshem >
I have some other things packaged within the same container image (terraform and some template generating code) that need to write to the calling user's directory (which is mounted into the container). Those files should be generated as owned by the calling user, which wouldn't happen if I use a static user inside the container. If I can't find a solution to run as any user then I'll probably use your suggestion and split the tools into two separate images. Thanks, Luca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a44a8e43-c7fb-4846-bb2f-bbe4cd58afc7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
