Compare commits
3 commits
dd7eec11f4
...
b48a0e6bda
| Author | SHA1 | Date | |
|---|---|---|---|
| b48a0e6bda | |||
|
a5d291cea8 |
|||
|
652aa32e21 |
3 changed files with 6 additions and 1 deletions
|
|
@ -232,6 +232,7 @@ ansible_pull_hosts:
|
||||||
public-reverse-proxy:
|
public-reverse-proxy:
|
||||||
zammad:
|
zammad:
|
||||||
ntfy:
|
ntfy:
|
||||||
|
spaceapiccc:
|
||||||
msmtp_hosts:
|
msmtp_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
renovate_hosts:
|
renovate_hosts:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/mariadb:11
|
image: docker.io/library/mariadb:12
|
||||||
environment:
|
environment:
|
||||||
- "MARIADB_DATABASE=wordpress"
|
- "MARIADB_DATABASE=wordpress"
|
||||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,10 @@ 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue