the task
see ()[task.md]
setup
use ansible runtime container
Because ansible setups have requirements towards used python versions, libraries etc,
I provide a unified solution everyone that has a contaner runtime like docker installed can use.
This also prevents me from needing to handle python dependencies in conflicting versions.
# build the container
docker build -t ansible-runtime:local ansible-runtime
# then run it
docker run -v ${PWD}/ansible:/home/user/workdir:ro --rm -it ansible-runtime:local
Description
Languages
Dockerfile
53.2%
Shell
46.8%