blob: 39004b8c88eb7015a15d70d4c1c64b165c81b502 (
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/pve_setup.yaml
- import_tasks: tasks/pve_configure.yaml
|