1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-24 22:23:29 +02:00
2022-02-27 18:00:05 +01:00

25 lines
570 B
YAML

---
- include_tasks: user.yml
tags: always
- include_tasks: directories.yml
tags: always
- include_tasks: facts.yml
tags: always
- include_tasks: archive_pre.yml
when: glpi_install_mode | default('none') == 'upgrade'
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml
tags: always
- include_tasks: cleanup.yml
tags: always
- include_tasks: write_version.yml
tags: always
- include_tasks: archive_post.yml
when: glpi_install_mode | default('none')== 'upgrade'
tags: always
- include_tasks: filebeat.yml
tags: always