Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ Update gems:
```bash
bundle update
```
Create the VirtualBox network configuration:
```bash
sudo mkdir /etc/vbox
sudo echo '* 0.0.0.0/0 ::/0' > /etc/vbox/networks.conf
```

### On Ubuntu (16.04) these commands will get you up and running
Install all the required packages:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<platform>linux</platform>
<platform>unix</platform>
<distro>Debian 10 Buster amd64</distro>
<url>https://app.vagrantup.com/secgen/boxes/debian_stretch_desktop_kde/versions/1.2/providers/virtualbox.box</url>
<url>https://app.vagrantup.com/secgen/boxes/debian_stretch_desktop_kde/versions/1.0/providers/virtualbox.box</url>
<esxi_url>https://app.vagrantup.com/redwiz666/boxes/debian_stretch_desktop_kde/versions/1.0.0/providers/vmware.box</esxi_url>
<ovirt_template>buster_desktop_kde_20220727</ovirt_template>
<proxmox_template>busterdesktopkde20220727</proxmox_template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<platform>linux</platform>
<platform>unix</platform>
<distro>Debian 9.5.0 Stretch amd64</distro>
<url>https://app.vagrantup.com/secgen/boxes/debian_stretch_desktop_kde/versions/1.2/providers/virtualbox.box</url>
<url>https://app.vagrantup.com/secgen/boxes/debian_stretch_desktop_kde/versions/1.0/providers/virtualbox.box</url>
<esxi_url>https://app.vagrantup.com/redwiz666/boxes/debian_stretch_desktop_kde/versions/1.0.0/providers/vmware.box</esxi_url>
<ovirt_template>stretch_desktop_kde_20210911</ovirt_template>
<proxmox_template>StretchDesktopKDE20210911</proxmox_template>
Expand Down
2 changes: 1 addition & 1 deletion modules/bases/debian_stretch_server/secgen_metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<platform>linux</platform>
<platform>unix</platform>
<distro>Debian 9.5.0 Stretch amd64</distro>
<url>https://app.vagrantup.com/secgen/boxes/debian_stretch_server/versions/1.3/providers/virtualbox.box</url>
<url>https://app.vagrantup.com/secgen/boxes/debian_stretch_server/versions/1.0/providers/virtualbox.box</url>
<esxi_url>https://app.vagrantup.com/redwiz666/boxes/debian_stretch_server/versions/1.0.0/providers/vmware.box</esxi_url>
<!-- use the ovirt kde template even for servers, so there are less bases to maintain -->
<ovirt_template>stretch_desktop_kde_20210911</ovirt_template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<platform>linux</platform>
<platform>unix</platform>
<distro>Debian 7.8 (wheezy) 32-bit (i386)</distro>
<url>https://app.vagrantup.com/secgen/boxes/debian_wheezy_kde_puppet/versions/1.0.1/providers/virtualbox.box</url>
<url>https://app.vagrantup.com/secgen/boxes/debian_wheezy_kde_puppet/versions/1.0.0/providers/virtualbox.box</url>
<esxi_url>https://app.vagrantup.com/redwiz666/boxes/debian_wheezy_desktop_kde/versions/1.0.0/providers/vmware.box</esxi_url>
<ovirt_template>debian_desktop_kde</ovirt_template>
<proxmox_template>DebianDesktopKDE</proxmox_template>
Expand Down
2 changes: 1 addition & 1 deletion modules/bases/debian_wheezy_server/secgen_metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<platform>linux</platform>
<platform>unix</platform>
<distro>Debian 7.8 (wheezy) 32-bit (i386)</distro>
<url>https://app.vagrantup.com/secgen/boxes/debian_wheezy_puppet/versions/1.0.2/providers/virtualbox.box</url>
<url>https://app.vagrantup.com/secgen/boxes/debian_wheezy_puppet/versions/1.0.0/providers/virtualbox.box</url>
<esxi_url>https://app.vagrantup.com/redwiz666/boxes/debian_wheezy_puppet/versions/1.0.0/providers/vmware_esxi.box</esxi_url>
<ovirt_template>debian_wheezy_server</ovirt_template>
<proxmox_template>DebianWheezyServer</proxmox_template>
Expand Down