diff options
author | heqnx <root@heqnx.com> | 2025-06-22 21:37:01 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-22 21:37:01 +0300 |
commit | a75493e62c8bd5f1daee90e7ee55bcd67b4b95b8 (patch) | |
tree | 3f0f0568529f22a9e429359035dc7f4ecdb92bc4 /main.yaml | |
parent | a6ec8f8947e1d6e56d1c0af6b67af2e7468ef98f (diff) | |
download | ansible-pve-host-a75493e62c8bd5f1daee90e7ee55bcd67b4b95b8.tar.gz ansible-pve-host-a75493e62c8bd5f1daee90e7ee55bcd67b4b95b8.zip |
added preflight, renamed tasks, added local non-pam user
Diffstat (limited to 'main.yaml')
-rw-r--r-- | main.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,5 +4,6 @@ vars_files: - vars/main.yaml tasks: - - import_tasks: tasks/install_proxmox_on_debian12.yaml - - import_tasks: tasks/configure_pve.yaml + - import_tasks: tasks/preflight.yaml + - import_tasks: tasks/pve_setup.yaml + - import_tasks: tasks/pve_configure.yaml |