2024-10-02 21:02:01 +02:00
|
|
|
---
|
2024-10-02 21:59:04 +02:00
|
|
|
|
|
|
|
- name: Install python if required
|
|
|
|
ansible.builtin.include_tasks: python_312.yml
|
|
|
|
when: ha_python_version == '3.12'
|
2024-10-02 22:09:54 +02:00
|
|
|
|
|
|
|
- name: Include sub-tasks
|
|
|
|
ansible.builtin.include_tasks: '{{ item }}'
|
|
|
|
loop:
|
|
|
|
- preparation.yml
|
2024-10-02 22:26:46 +02:00
|
|
|
- postgres.yml
|
2024-10-02 23:07:09 +02:00
|
|
|
- systemd.yml
|
|
|
|
- installation.yml
|
2024-10-03 00:48:58 +02:00
|
|
|
- grafana.yml
|
2024-10-03 01:04:54 +02:00
|
|
|
- nginx.yml
|