Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 rivejä
688 B

  1. #jinja2: lstrip_blocks: "True"
  2. POSTGRES_USER={{ matrix_postgres_backup_connection_username }}
  3. POSTGRES_PASSWORD={{ matrix_postgres_backup_connection_password }}
  4. POSTGRES_HOST={{ matrix_postgres_backup_connection_hostname }}
  5. POSTGRES_DB={{ matrix_postgres_backup_databases|join(', ') }}
  6. POSTGRES_EXTRA_OPTS={{ matrix_postgres_backup_extra_opts }}
  7. SCHEDULE={{ matrix_postgres_backup_schedule }}
  8. BACKUP_KEEP_DAYS={{ matrix_postgres_backup_keep_days }}
  9. BACKUP_KEEP_WEEKS={{ matrix_postgres_backup_keep_weeks }}
  10. BACKUP_KEEP_MONTHS={{ matrix_postgres_backup_keep_months }}
  11. HEALTHCHECK_PORT={{ matrix_postgres_backup_healthcheck_port }}
  12. POSTGRES_PORT={{ matrix_postgres_backup_connection_port }}