aboutsummaryrefslogtreecommitdiff
path: root/main.yaml
blob: 7c449f962c2e0205126b51c39bb6ca47d1f11cb9 (plain)
1
2
3
4
5
6
7
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