Updates for v6
This commit is contained in:
parent
76bf97612b
commit
7533271edb
2 changed files with 20 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue