Skip to content

Instantly share code, notes, and snippets.

@kernelsmith
Created June 19, 2013 00:20
Show Gist options
  • Select an option

  • Save kernelsmith/5810718 to your computer and use it in GitHub Desktop.

Select an option

Save kernelsmith/5810718 to your computer and use it in GitHub Desktop.
example servers definition file, just an idea
---
- :hostname: webserver
:ip: 10.1.1.1
:opts:
:services:
- :http
- :proxy
:proxy_port: 81
:path_to_important_files: C:/important
:path_to_vbs_scripts: C:/vbs
- :hostname: smbserver
:ip: 10.2.1.1
:opts:
:services:
- :smb
:smb_share:
:name: FileServ
:user: Admin
:pass: Administrator
:mounted_path_to_mw: /mw/
:mounted_path_to_scripts: /scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment