From c00c75d310e2afea3b521e8a4b90e800ab4f9ff2 Mon Sep 17 00:00:00 2001 From: heqnx Date: Thu, 2 Oct 2025 13:08:58 +0300 Subject: initial commit --- main.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 main.yaml (limited to 'main.yaml') diff --git a/main.yaml b/main.yaml new file mode 100644 index 0000000..b254abf --- /dev/null +++ b/main.yaml @@ -0,0 +1,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 -- cgit v1.2.3