docker_compose(role): document new build and pull arguments
Some checks failed
/ Ansible Lint (push) Failing after 40s
Some checks failed
/ Ansible Lint (push) Failing after 40s
This commit is contained in:
parent
0939771d08
commit
652aa32e21
1 changed files with 4 additions and 0 deletions
|
|
@ -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.*.name`: The name of 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue