feat(postgresql): add ansible role for postgresql deployment
This commit is contained in:
6
roles/postgresql/vars/main.yml
Normal file
6
roles/postgresql/vars/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
postgresql_states:
|
||||
- present
|
||||
- absent
|
||||
postgresql_deployment_methods:
|
||||
- docker
|
Reference in New Issue
Block a user