mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
31
tests/integration/targets/postgresql_db/tasks/main.yml
Normal file
31
tests/integration/targets/postgresql_db/tasks/main.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
- import_tasks: postgresql_db_session_role.yml
|
||||
|
||||
# Initial tests of postgresql_db module:
|
||||
- import_tasks: postgresql_db_initial.yml
|
||||
|
||||
# General tests:
|
||||
- import_tasks: postgresql_db_general.yml
|
||||
|
||||
# Dump/restore tests per format:
|
||||
- include_tasks: state_dump_restore.yml
|
||||
vars:
|
||||
test_fixture: user
|
||||
file: '{{ loop_item }}'
|
||||
loop:
|
||||
- dbdata.sql
|
||||
- dbdata.sql.gz
|
||||
- dbdata.sql.bz2
|
||||
- dbdata.sql.xz
|
||||
- dbdata.tar
|
||||
- dbdata.tar.gz
|
||||
- dbdata.tar.bz2
|
||||
- dbdata.tar.xz
|
||||
- dbdata.pgc
|
||||
loop_control:
|
||||
loop_var: loop_item
|
||||
|
||||
# Dump/restore tests per other logins:
|
||||
- import_tasks: state_dump_restore.yml
|
||||
vars:
|
||||
file: dbdata.tar
|
||||
test_fixture: admin
|
Loading…
Add table
Add a link
Reference in a new issue