2019-07-27 17:11:01 +02:00
|
|
|
---
|
2021-03-20 18:28:29 +01:00
|
|
|
- name: Perform optional versionscheck
|
2023-10-29 22:34:09 +01:00
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'versioncheck.yml'
|
|
|
|
when: submodules_versioncheck | bool
|
2019-07-27 17:11:01 +02:00
|
|
|
|
2022-10-25 22:51:18 +02:00
|
|
|
- name: Install acmetool
|
2023-10-29 22:34:09 +01:00
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'install.yml'
|
2020-11-03 20:29:52 +01:00
|
|
|
|
2022-10-25 22:51:18 +02:00
|
|
|
- name: Configure systemd
|
2023-10-29 22:34:09 +01:00
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'systemd.yml'
|
2021-09-30 02:30:42 +02:00
|
|
|
|
2022-10-25 22:51:18 +02:00
|
|
|
- name: Configure acmetool
|
2023-10-29 22:34:09 +01:00
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'configure.yml'
|
2019-07-27 17:11:01 +02:00
|
|
|
|
|
|
|
- name: Copy hook to enable acmetool to restart services
|
2023-10-29 22:34:09 +01:00
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'hook.yml'
|
2019-07-27 17:44:40 +02:00
|
|
|
|
|
|
|
- name: Reload systemd and enable acmetool timer unit
|
2023-10-29 22:34:09 +01:00
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'timer.yml'
|
2021-09-30 22:07:35 +02:00
|
|
|
|
2022-10-25 22:51:18 +02:00
|
|
|
- name: Optionally want domains
|
2023-10-29 22:34:09 +01:00
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'want_domains.yml'
|
2021-09-30 22:07:35 +02:00
|
|
|
|
2022-10-25 22:51:18 +02:00
|
|
|
- name: Optionally unwant domains
|
2023-10-29 22:34:09 +01:00
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'unwant_domains.yml'
|