2021-12-01 19:13:34 +01:00
|
|
|
---
|
|
|
|
|
2022-01-25 15:00:05 +01:00
|
|
|
- include: remove_pkg.yml
|
|
|
|
- include: user.yml
|
2021-12-01 19:13:34 +01:00
|
|
|
- include: directories.yml
|
2022-01-25 15:00:05 +01:00
|
|
|
- include: facts.yml
|
|
|
|
- include: archive_pre.yml
|
|
|
|
when: es_install_mode == 'upgrade'
|
|
|
|
- include: install.yml
|
2021-12-01 19:13:34 +01:00
|
|
|
- include: conf.yml
|
|
|
|
- include: iptables.yml
|
|
|
|
when: iptables_manage | default(True)
|
|
|
|
- include: services.yml
|
|
|
|
- include: backup.yml
|
2022-01-25 15:00:05 +01:00
|
|
|
- include: write_version.yml
|
|
|
|
- include: archive_post.yml
|
|
|
|
when: es_install_mode == 'upgrade'
|
|
|
|
- include: cleanup.yml
|