blob: b254abf6d045ef8cd677da20eeed7137a5fd5387 (
plain)
1
2
3
4
5
6
7
8
9
|
- name: setup server01
hosts: server01
gather_facts: true
vars_files:
- vars/main.yaml
tasks:
- import_tasks: tasks/preflight.yaml
- import_tasks: tasks/harden.yaml
- import_tasks: tasks/cockpit_configure.yaml
|