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