Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

14 строки
512 B

  1. ---
  2. # TODO - we should ensure matrix-postgres.service is started.
  3. # .. and that if we had just started it, we've given it ample time to initialize,
  4. # before we attempt to run queries against it.
  5. - name: Create additional Postgers user and database
  6. include_tasks: "{{ role_path }}/tasks/util/create_additional_database.yml"
  7. with_items: "{{ matrix_postgres_additional_databases }}"
  8. loop_control:
  9. loop_var: additional_db
  10. # Suppress logging to avoid dumping the credentials to the shell
  11. no_log: true