2023-11-13 19:01:26 +01:00
2023-11-13 19:01:26 +01:00
2023-11-13 19:01:26 +01:00
2023-11-13 19:01:26 +01:00
2023-11-13 19:01:26 +01:00

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
No description provided
Readme 37 KiB
Languages
Dockerfile 53.2%
Shell 46.8%