Initial commit
This commit is contained in:
9
playbooks/postgres_users.yml
Normal file
9
playbooks/postgres_users.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Configure postgres users
|
||||
hosts: postgres
|
||||
roles:
|
||||
- role: postgres_users
|
||||
vars:
|
||||
postgres_users_database: hedgedoc
|
||||
postgres_users_username: hedgedoc
|
||||
postgres_users_password: "{{ hedgedoc_pass }}"
|
||||
Reference in New Issue
Block a user