mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-10 15:23:27 +02:00
18 lines
398 B
YAML
18 lines
398 B
YAML
---
|
|
|
|
- include: user.yml
|
|
- include: directories.yml
|
|
- include: facts.yml
|
|
- include: archive_pre.yml
|
|
when: appsmith_install_mode == 'upgrade'
|
|
- include: install.yml
|
|
- include: conf.yml
|
|
- include: iptables.yml
|
|
when: iptables_manage | default(True)
|
|
- include: services.yml
|
|
- include: write_version.yml
|
|
- include: archive_post.yml
|
|
when: appsmith_install_mode == 'upgrade'
|
|
- include: cleanup.yml
|
|
|