Compare commits

..

1 commit

Author SHA1 Message Date
5e60d5f3a8 Update docker.io/library/postgres Docker tag to v18
Some checks failed
/ Ansible Lint (push) Failing after 46s
/ Ansible Lint (pull_request) Failing after 46s
2026-01-25 19:45:46 +00:00
2 changed files with 0 additions and 5 deletions

View file

@ -232,7 +232,6 @@ ansible_pull_hosts:
public-reverse-proxy: public-reverse-proxy:
zammad: zammad:
ntfy: ntfy:
spaceapiccc:
msmtp_hosts: msmtp_hosts:
hosts: hosts:
renovate_hosts: renovate_hosts:

View file

@ -19,10 +19,6 @@ Should work on Debian-based distributions.
- `docker_compose__configuration_files`: A list of configuration files to deploy to the `/ansible_docker_compose/configs/` directory. - `docker_compose__configuration_files`: A list of configuration files to deploy to the `/ansible_docker_compose/configs/` directory.
- `docker_compose__configuration_files.*.name`: The name of the configuration file. - `docker_compose__configuration_files.*.name`: The name of the configuration file.
- `docker_compose__configuration_files.*.content`: The content to deploy to the configuration file. - `docker_compose__configuration_files.*.content`: The content to deploy to the configuration file.
- `docker_compose__build`: Whether or not to build images before starting containers.
Defaults to `always`.
- `docker_compose__pull`: Whether or not to pull images before starting containers.
Defaults to `always`.
## Links & Resources ## Links & Resources