mirror of
https://github.com/status-im/infra-role-postgres-ha.git
synced 2025-02-23 11:58:12 +00:00
9 lines
245 B
YAML
9 lines
245 B
YAML
|
---
|
||
|
- name: 'Create database container'
|
||
|
docker_compose:
|
||
|
project_src: '{{ postgres_ha_service_path }}'
|
||
|
state: '{{ compose_state }}'
|
||
|
restarted: '{{ compose_restart }}'
|
||
|
recreate: '{{ compose_recreate }}'
|
||
|
pull: true
|