Ansiblesation des VMs de BDD #32

Merged
jeltz merged 28 commits from service-bdd-ovh into master 2021-03-10 20:18:27 +01:00
Showing only changes of commit dbbaf0d26d - Show all commits

View file

@ -24,7 +24,7 @@
owner: postgres owner: postgres
group: postgres group: postgres
mode: 0755 mode: 0755
- name: Configuration of postgresql {{ postgresql.version }} - name: Configuration of postgresql {{ postgresql.version }}
template: template:
src: postgresql/{{ item }}.j2 src: postgresql/{{ item }}.j2
@ -37,5 +37,3 @@
- postgresql.conf - postgresql.conf
notify: notify:
- restart postgresql - restart postgresql