chore!: separated galaxy deps and own collections; modified ansible script generation to use two paths for collections
REQUIRES REGENERATING ansible.cfg!
This commit is contained in:
parent
4af69c31ce
commit
888590ed9f
188 changed files with 30 additions and 30 deletions
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
postgresql_install_server: true
|
||||
postgresql_install_client: true
|
||||
postgresql_nft_filter_input: true
|
||||
postgresql_nft_filter_output: false
|
||||
postgresql_nft_allowed_ingress_list: ['127.0.0.1/32']
|
||||
postgresql_nft_allowed_egress_list: []
|
||||
postgresql_server_port: 5432
|
||||
postgresql_server_run_init_sql: false
|
||||
postgresql_server_run_custom_sql: false
|
||||
postgresql_server_custom_sql: ""
|
||||
postgresql_server_bind_addresses: false
|
||||
postgresql_server_accounts_list: {}
|
||||
postgresql_server_encryption_scheme: scram-sha-256
|
Loading…
Add table
Add a link
Reference in a new issue