
i still have a lot of work to finish the ansible setup, as well as testing it (the worst part...)
9 lines
184 B
YAML
9 lines
184 B
YAML
- name: System Tasks
|
|
hosts: all
|
|
become: true
|
|
block:
|
|
- name: System Tasks
|
|
include_tasks: system.yml
|
|
|
|
- name: System Services Tasks
|
|
include_tasks: services.yml
|