Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

14 líneas
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