From 6cecd1d11e8fc40025a68f284283eab71432d7dd Mon Sep 17 00:00:00 2001 From: "Pellegrino, Michael" Date: Thu, 19 Jan 2023 10:26:25 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c37506..a8bffbc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Misc scripts for eve-ng. * listimages2 -- this will produce a listing of all images on the server that are currently in use in a lab. Useful for cleaning up old versions of images. * Filebrowser role -- FileBrowser is a web-based upload and download tool. This will allow web-based uploading of images to the eve-ng server as opposed to using SCP/WinSCP. Uploading a folder with an image to the eve-ng server via this interface will automatically run the eve-ng commands (unl_wrapper -a fixpermissions) upon completion. - apt install ansible sshpass - ansible-playbook -i hosts filebrowser.yaml -kK +``` +apt install ansible sshpass +ansible-playbook -i hosts filebrowser.yaml -kK +``` * html/templates/intel -- a few custom templates