Add Ubuntu
This commit is contained in:
parent
d7861d5565
commit
480915d691
14
Vagrantfile
vendored
14
Vagrantfile
vendored
|
@ -16,13 +16,13 @@ boxes = [
|
|||
# :cpu => "50",
|
||||
# :ram => "256"
|
||||
# },
|
||||
# {
|
||||
# :name => "ubuntu-1604",
|
||||
# :box => "bento/ubuntu-16.04",
|
||||
# :ip => '10.0.0.13',
|
||||
# :cpu => "50",
|
||||
# :ram => "256"
|
||||
# },
|
||||
{
|
||||
:name => "ubuntu-1604",
|
||||
:box => "bento/ubuntu-16.04",
|
||||
:ip => '10.0.0.13',
|
||||
:cpu => "50",
|
||||
:ram => "256"
|
||||
},
|
||||
# {
|
||||
# :name => "debian-7",
|
||||
# :box => "bento/debian-7",
|
||||
|
|
|
@ -7,6 +7,11 @@ galaxy_info:
|
|||
versions:
|
||||
- jessie
|
||||
- stretch
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- trusty
|
||||
- xenial
|
||||
- bionic
|
||||
categories:
|
||||
- system
|
||||
- networking
|
||||
|
|
Loading…
Reference in a new issue