aboutsummaryrefslogtreecommitdiff
path: root/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'main.yaml')
-rw-r--r--main.yaml8
1 files changed, 8 insertions, 0 deletions
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