2023-09-08 20:41:09 +00:00
|
|
|
---
|
|
|
|
- name: Gather variables for each operating system
|
|
|
|
include_vars: "{{ ansible_distribution | lower }}.yml"
|
|
|
|
|
2023-09-15 09:31:38 +00:00
|
|
|
- include_tasks: setup_user.yml
|
|
|
|
|
2023-09-08 20:41:09 +00:00
|
|
|
- include_tasks: install.yml
|
|
|
|
|
2023-09-13 21:40:39 +00:00
|
|
|
- include_tasks: systemd-services.yml
|