2020-05-21 13:05:50 +02:00
|
|
|
---
|
2022-06-11 17:38:30 +02:00
|
|
|
- import_tasks: ansible-python3-pkgs.yml
|
2020-05-22 16:45:58 +02:00
|
|
|
- import_tasks: hostname.yml
|
|
|
|
- import_tasks: locale.yml
|
|
|
|
- import_tasks: timezone.yml
|
|
|
|
- import_tasks: http_client_proxy.yml
|
2020-10-29 18:29:49 +01:00
|
|
|
- import_tasks: additional_disks.yml
|
|
|
|
when: additional_disks
|
2021-02-16 16:10:13 +01:00
|
|
|
- import_tasks: autofs.yml
|
|
|
|
when: autofs_client_mountpoint
|
2020-10-29 18:21:13 +01:00
|
|
|
- import_tasks: tmpreaper.yml
|
2020-12-08 19:21:00 +01:00
|
|
|
- import_tasks: trusted_ca.yml
|
2022-03-21 14:28:24 +01:00
|
|
|
- ansible.builtin.import_tasks: ganesha-nfs.yml
|
|
|
|
when: nfs_server_ganesha_enabled
|
2022-05-22 16:56:09 +02:00
|
|
|
- import_tasks: nfs-kernel-server.yml
|
|
|
|
when:
|
2022-05-30 15:59:29 +02:00
|
|
|
- nfs_server_enabled
|
2022-05-22 16:56:09 +02:00
|
|
|
- not nfs_server_ganesha_enabled
|