Added: ejabberd config (WIP)
This commit is contained in:
parent
74f6493694
commit
1229621854
11 changed files with 420 additions and 60 deletions
|
|
@ -60,13 +60,19 @@
|
|||
- name: "Ensure movim database is present and accessible"
|
||||
ansible.builtin.include_tasks:
|
||||
file: tasks/chat/database.yml
|
||||
|
||||
- name: "Ensure movim version is installed - v{{ movim.version }}"
|
||||
ansible.builtin.include_tasks:
|
||||
file: tasks/chat/movim.yml
|
||||
- name: "Ensure ejabberd is configured"
|
||||
|
||||
- name: "Ensure X509 certificates are properly installed"
|
||||
ansible.builtin.include_tasks:
|
||||
file: tasks/chat/ejabberd.yml
|
||||
file: tasks/chat/x509.yml
|
||||
|
||||
- name: "Ensure nginx is configured"
|
||||
ansible.builtin.include_tasks:
|
||||
file: tasks/chat/nginx.yml
|
||||
|
||||
- name: "Ensure ejabberd is configured"
|
||||
ansible.builtin.include_tasks:
|
||||
file: tasks/chat/ejabberd.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue