Updates for v6

This commit is contained in:
Tyler Hale 2023-06-06 06:18:15 -06:00
parent 76bf97612b
commit 7533271edb
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
2 changed files with 20 additions and 1 deletions

View file

@ -82,9 +82,16 @@
- elasticsearch
- nginx
- postgresql-server
- compat-openssl11
- compat-openssl11
- redis
state: present
- name: Start and enable redis services
service:
name: redis
state: started
enabled: yes
- name: Check if postgresql is initialized
stat:
path: "/var/lib/pgsql/data/pg_hba.conf"