ansible-roles/roles/jitsi_videobridge/tasks/main.yml

27 lines
402 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
2022-03-07 16:00:05 +01:00
- include_tasks: user.yml
tags: always
- include_tasks: directories.yml
tags: always
- include_tasks: facts.yml
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml
tags: always
- include_tasks: iptables.yml
2021-12-01 19:13:34 +01:00
when: iptables_manage | default(True)
2022-03-07 16:00:05 +01:00
tags: always
- include_tasks: services.yml
tags: always
- include_tasks: cleanup.yml
tags: always