- 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 - import_tasks: tasks/harden.yaml - import_tasks: tasks/wg_setup.yaml - import_tasks: tasks/post_setup.yaml