diff options
author | heqnx <root@heqnx.com> | 2025-06-22 21:44:09 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-22 21:44:09 +0300 |
commit | 49a4ba3b9351c17dace1a9a806b40bf9ca34f900 (patch) | |
tree | 2a61effb8147351a59a3f52d454741cd2e8b416a /main.yaml | |
parent | a75493e62c8bd5f1daee90e7ee55bcd67b4b95b8 (diff) | |
download | ansible-pve-host-49a4ba3b9351c17dace1a9a806b40bf9ca34f900.tar.gz ansible-pve-host-49a4ba3b9351c17dace1a9a806b40bf9ca34f900.zip |
added harden task
Diffstat (limited to 'main.yaml')
-rw-r--r-- | main.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,3 +7,4 @@ - import_tasks: tasks/preflight.yaml - import_tasks: tasks/pve_setup.yaml - import_tasks: tasks/pve_configure.yaml + - import_tasks: tasks/harden.yaml |