10 lines
214 B
YAML
10 lines
214 B
YAML
---
|
|
- name: Gather variables for each operating system
|
|
include_vars: "{{ ansible_distribution | lower }}.yml"
|
|
|
|
- include_tasks: setup_user.yml
|
|
|
|
- include_tasks: install.yml
|
|
|
|
- include_tasks: systemd-services.yml
|