Commit graph

12 commits

Author SHA1 Message Date
ecefb84a4b
refactor!(docker): Remove centos support & fix install on other redhat dists 2024-08-14 00:53:10 +02:00
2efc0e6f3c
fix(docker): Install python-requests library for the docker module
This is the only dependency that the docker module needs.
So we are installing this via the system package manager. Should be fine for now, as there does not seem to be incompatibilities or a specific version being requested.
2024-02-22 03:21:39 +01:00
ddd0effa0d
!remove(docker): Python SDK install & pyhton path workaround
Both is not needed anymore, since ansible docker modules use the api directly.
2024-02-22 01:56:50 +01:00
f112f27449
ansible-lint: Fix various new issues 2022-11-02 21:57:13 +01:00
5393a8ebbc
Use FQCN in all tasks 2022-08-13 17:50:54 +02:00
06fa8b98ef
docker & docker_compose: Use virtualenv & correct python version
This ensures failure when trying to install newer versions, that are not supported on python2.7 anymore, when python3 is also installed on the system.
2022-06-18 11:46:33 +02:00
80c26ddba3
docker: Add compatibility with Rocky Linux 2021-11-30 21:02:38 +01:00
74720c8abe
docker: Fix missing become in redhat specific task 2021-11-30 20:57:47 +01:00
db8aeefacb
format: Satisfy ansible-lint
This patch makes minor formatting adjustments & adds handlers to mastodon where appropriate to satisfy ansible-lint.
2021-09-14 01:45:22 +02:00
26a77be80b
docker: Add Ubuntu / Debian support 2021-01-02 04:39:35 +01:00
94680d3ca3
docker / docker_compose: Update python library path to be more generic 2021-01-02 01:43:45 +01:00
ac6d8172dd
Initial commit 2020-08-10 01:37:13 +02:00