Tons of updates including erpnext, fusionauth, kong, elasticsearch, postgres-12, opennebula-5.10...

This commit is contained in:
2020-04-15 18:46:59 -06:00
parent 957ff8bb8e
commit 0d76f1eb12
73 changed files with 4532 additions and 29 deletions

View File

@@ -1,9 +1,9 @@
---
- name: restart haproxy
service: name=haproxy state=restarted
service: name=haproxy enabled=yes state=restarted
- name: reload haproxy
service: name=haproxy state=reloaded
service: name=haproxy enabled=yes state=reloaded
- name: restart rsyslog
service: name=rsyslog state=restarted
service: name=rsyslog enabled=yes state=restarted