Design learning tools

Provide diagrams for a Virtualized Execution Environment

Propose interfaces for a cli toolkit
This commit is contained in:
2025-11-06 17:17:51 -05:00
parent 45b4b082c8
commit e80ad70a4f
14 changed files with 930 additions and 74 deletions

View File

@@ -0,0 +1,22 @@
# Example scripts
Scripts included in this directory have 3 purposes:
- automate initial setup of localhost or VM (nested virtualization) for this example
- prototype a solution for an 'OpensenseLocalhostTopology'
- prototype
## Remarks
- A nested VM setup should be safer
## Automation
### Localhost learning environment
![localhost case](./doc/automate-opnsense-example-localhost.drawio.png)
### Virtualized learning environment
![localhost case](./doc/automate-opnsense-example-nested-virtualization.drawio.png)