DCD-1123: Add Jira ServiceDesk standalone playbook.

This commit is contained in:
Steve Smith
2020-10-22 13:30:00 +11:00
parent 845cced6bb
commit f7c181889c
4 changed files with 57 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
- name: Initialise database
command:
cmd: "/usr/pgsql-{{ postgres_version }}/bin/postgresql{{ postgres_version_short }}-setup initdb"
creates: "/var/lib/pgsql/{{ postgres_version }}/data/"
creates: "/var/lib/pgsql/{{ postgres_version }}/data/pg_hba.conf"
- name: Allow local network connections with password
postgresql_pg_hba: