From a6ec8f8947e1d6e56d1c0af6b67af2e7468ef98f Mon Sep 17 00:00:00 2001 From: heqnx Date: Sun, 22 Jun 2025 20:19:31 +0300 Subject: initial commit on working deployment --- main.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main.yaml (limited to 'main.yaml') diff --git a/main.yaml b/main.yaml new file mode 100644 index 0000000..7c449f9 --- /dev/null +++ b/main.yaml @@ -0,0 +1,8 @@ +- name: setup server01 + hosts: server01 + gather_facts: true + vars_files: + - vars/main.yaml + tasks: + - import_tasks: tasks/install_proxmox_on_debian12.yaml + - import_tasks: tasks/configure_pve.yaml -- cgit v1.2.3