mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2022-03-07 16:00
This commit is contained in:
15
roles/unmaintained/matrix_riot/tasks/conf.yml
Normal file
15
roles/unmaintained/matrix_riot/tasks/conf.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
- name: Remove sample config file
|
||||
file: path={{ riot_root_dir }}/web/config.sample.json state=absent
|
||||
tags: matrix
|
||||
|
||||
- name: Deploy configuration
|
||||
template: src=config.json.j2 dest={{ riot_root_dir }}/web/config.json
|
||||
tags: matrix
|
||||
|
||||
- name: Deploy httpd configuration
|
||||
template: src=httpd.conf.j2 dest=/etc/httpd/ansible_conf.d/10-riot_{{ riot_id }}.conf
|
||||
notify: reload httpd
|
||||
tags: matrix
|
||||
|
Reference in New Issue
Block a user