Commit graph

6 commits

Author SHA1 Message Date
be875edea9
Only update docker when run explicitly
Docker should only be updated when run explicitly as it currently
requires a re-run of the complete playbook afterwards (does not work for
single-tag deployments e.g.) since it will recreate caddy container and
lose all reverse proxy information.
2024-06-27 18:23:15 +02:00
948ca7517a
Always update docker requirements to latest versions 2024-04-11 13:05:01 +02:00
7d8408f9f8
Change become arguments to boolean
Changed all 'become: ' values from 'yes' to 'true' to satisfy the schema
(and also make the lsp shut up).
2022-12-18 16:02:32 +01:00
9e369e9adc
Add python modules required for docker stacks 2021-07-27 14:08:19 +02:00
578f8b7dbf
Fix docker python module installation for sudo 2021-07-27 12:54:32 +02:00
89453cd53b
Add docker installation role 2021-07-27 12:35:20 +02:00