refactor airgap playbook to eliminate dupe code and shrink ISO

This commit is contained in:
Jason Ertel
2025-06-24 09:34:57 -04:00
parent 6fc7c930a6
commit b052a75e64
4 changed files with 13 additions and 15 deletions

View File

@@ -771,7 +771,7 @@ if ! [[ -f $install_opt_file ]]; then
fi
if [[ $is_airgap ]]; then
title "Syncing Playbooks"
airgap_playbooks
airgap_playbooks /root/SecurityOnion
fi
title "Setting up Kibana Default Space"
logCmd "so-kibana-space-defaults"