matrix-docker-ansible-deploy/roles/matrix-postgres
Slavi Pantaleev 433780384e Do not use docker_container module
Using `docker_container` with a `cap_drop` argument requires
Ansible >=2.7.

We want to support older versions too (2.4), so we either need to
stop invoking it with `cap_drop` (insecure), or just stop using
the module altogether.

Since it was suffering from other bugs too (not deleting containers
on failure), we've decided to remove `docker_container` usage completely.
2019-02-25 10:42:27 +02:00
..
defaults Make roles more independent of one another 2019-01-16 18:05:48 +02:00
tasks Do not use docker_container module 2019-02-25 10:42:27 +02:00
templates Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00