Skip to content

Instantly share code, notes, and snippets.

@halfinhalfout
Created October 15, 2014 17:48
Show Gist options
  • Save halfinhalfout/4c18c80a9b35b4eb0150 to your computer and use it in GitHub Desktop.
Save halfinhalfout/4c18c80a9b35b4eb0150 to your computer and use it in GitHub Desktop.
portforwarding_kitchen_openvas
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: ubuntu-12.04
# - name: centos-6.4
suites:
- name: openvas-client
run_list:
- recipe[openvas::default]
attributes:
- name: openvas-server
run_list:
- recipe[openvas::nmap]
- recipe[openvas::server]
driver:
network:
- ["forwarded_port", {guest: 9293, host: 9293}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment