You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
328 B
YAML
10 lines
328 B
YAML
---
|
|
|
|
postgres_acls:
|
|
- name: "{{ connect_postgres_database }}"
|
|
password: "{{ connect_postgres_password }}"
|
|
trusted_cidr_entry: "{{ shared_service_network }}"
|
|
- name: "{{ process_search_postgres_database }}"
|
|
password: "{{ process_search_postgres_password }}"
|
|
trusted_cidr_entry: "{{ shared_service_network }}"
|