1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/roles/test_postgresql/defaults/main.yml

9 lines
141 B
YAML
Raw Normal View History

2014-12-02 03:57:40 +01:00
---
# defaults file for test_postgresql_db
db_name: 'ansible_db'
db_user1: 'ansible_db_user1'
db_user2: 'ansible_db_user2'
tmp_dir: '/tmp'