Added: Nginx configuration & signed X509 certs installation
This commit is contained in:
parent
b1b8fc733f
commit
a407c386e1
6 changed files with 147 additions and 7 deletions
|
|
@ -60,11 +60,9 @@
|
|||
- 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"
|
||||
ansible.builtin.include_tasks:
|
||||
file: tasks/chat/ejabberd.yml
|
||||
|
|
@ -72,7 +70,3 @@
|
|||
- name: "Ensure nginx is configured"
|
||||
ansible.builtin.include_tasks:
|
||||
file: tasks/chat/nginx.yml
|
||||
|
||||
- name: "Ensure X512 certs are presents"
|
||||
ansible.builtin.include_tasks:
|
||||
file: tasks/chat/tls.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue