Files
database/playbooks/postgres_users.yml
ytshih 32d815621d
Some checks failed
Ansible Playbook lint & deploy / ansible-lint (push) Successful in 12s
Ansible Playbook lint & deploy / run-ansible-mongo (push) Failing after 6s
Ansible Playbook lint & deploy / run-ansible-postgres (push) Failing after 7s
Initial commit
2024-12-03 00:56:20 +00:00

10 lines
242 B
YAML

---
- name: Configure postgres users
hosts: postgres
roles:
- role: postgres_users
vars:
postgres_users_database: hedgedoc
postgres_users_username: hedgedoc
postgres_users_password: "{{ hedgedoc_pass }}"