Install Provisioner schema to database

This commit is contained in:
2019-12-23 23:19:09 -05:00
parent e08e19ee64
commit a37f511241
3 changed files with 41 additions and 11 deletions

View File

@ -69,6 +69,7 @@
mode: 0640
with_items:
- { src: "patroni/powerdns-schema.sql", dest: "/etc/postgresql/powerdns-schema.sql" }
- { src: "patroni/provisioner-schema.sql", dest: "/etc/postgresql/provisioner-schema.sql" }
- include: patroni/bootstrap.yml
run_once: yes