Added: ejabberd config (WIP)
This commit is contained in:
parent
afde58b884
commit
85df91fee3
9 changed files with 346 additions and 37 deletions
|
|
@ -1,3 +1,13 @@
|
|||
---
|
||||
- name: Use variables
|
||||
ansible.builtin.include_vars: vars.yml
|
||||
- name: Create ejabberd configuration file
|
||||
ansible.builtin.copy:
|
||||
src: tasks/chat/files/ejabberd.yml
|
||||
dest: /opt/ejabberd/conf/ejabberd.yml
|
||||
owner: "{{ root.user }}"
|
||||
group: "{{ root.group }}"
|
||||
mode: 644
|
||||
|
||||
- name: Restart ejabberd service
|
||||
ansible.builtin.service:
|
||||
name: ejabberd
|
||||
state: restarted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue