Initial rough commit to save the code before cleanup
This commit is contained in:
7
postgres/vars/default.yml
Normal file
7
postgres/vars/default.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
postgres_name: postgres
|
||||
postgres_image: postgres
|
||||
pg_user: postgres
|
||||
pg_password: '123456'
|
||||
data_location: /var/lib/postgresql/data
|
||||
|
||||
Reference in New Issue
Block a user