mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
38 lines
632 B
YAML
38 lines
632 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: odoo_install_mode == 'upgrade'
|
||
|
tags: always
|
||
|
|
||
|
- include_tasks: install.yml
|
||
|
tags: always
|
||
|
|
||
|
- include_tasks: conf.yml
|
||
|
tags: always
|
||
|
|
||
|
- include_tasks: iptables.yml
|
||
|
when: iptables_manage | default(True)
|
||
|
tags: always
|
||
|
|
||
|
- include_tasks: services.yml
|
||
|
tags: always
|
||
|
|
||
|
- include_tasks: write_version.yml
|
||
|
tags: always
|
||
|
|
||
|
- include_tasks: archive_post.yml
|
||
|
when: odoo_install_mode == 'upgrade'
|
||
|
tags: always
|
||
|
|
||
|
- include_tasks: cleanup.yml
|
||
|
tags: always
|