mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
15
tests/integration/targets/postgresql_info/defaults/main.yml
Normal file
15
tests/integration/targets/postgresql_info/defaults/main.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
pg_user: postgres
|
||||
db_default: postgres
|
||||
master_port: 5433
|
||||
replica_port: 5434
|
||||
|
||||
test_table1: acme1
|
||||
test_pub: first_publication
|
||||
test_pub2: second_publication
|
||||
replication_role: logical_replication
|
||||
replication_pass: alsdjfKJKDf1#
|
||||
test_db: acme_db
|
||||
test_subscription: test
|
||||
test_subscription2: test2
|
||||
conn_timeout: 100
|
Loading…
Add table
Add a link
Reference in a new issue