2021-12-01 19:13:34 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- import_tasks: ../includes/disable_selinux.yml
|
|
|
|
tags: fpbx
|
2022-02-24 10:00:06 +01:00
|
|
|
- include: directories.yml
|
|
|
|
- include: facts.yml
|
|
|
|
- include: archive_pre.yml
|
2021-12-01 19:13:34 +01:00
|
|
|
when: fpbx_install_mode == 'upgrade'
|
2022-02-24 10:00:06 +01:00
|
|
|
- include: install.yml
|
|
|
|
- include: conf.yml
|
|
|
|
- include: iptables.yml
|
2021-12-01 19:13:34 +01:00
|
|
|
when: iptables_manage | default(True)
|
2022-02-24 10:00:06 +01:00
|
|
|
- include: services.yml
|
|
|
|
- include: archive_post.yml
|
|
|
|
when: fpbx_install_mode == 'upgrade'
|
2021-12-01 19:13:34 +01:00
|
|
|
- include: filebeat.yml
|
2022-02-24 10:00:06 +01:00
|
|
|
- include: write_version.yml
|
|
|
|
- include: cleanup.yml
|