mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
New integration tests for postgresql
This commit is contained in:
parent
6570a6c6de
commit
7329bcde99
10 changed files with 1009 additions and 0 deletions
8
test/integration/roles/test_postgresql/defaults/main.yml
Normal file
8
test/integration/roles/test_postgresql/defaults/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# defaults file for test_postgresql_db
|
||||
db_name: 'ansible_db'
|
||||
db_user1: 'ansible_db_user1'
|
||||
db_user2: 'ansible_db_user2'
|
||||
|
||||
tmp_dir: '/tmp'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue