Add Ubuntu

This commit is contained in:
Unknown 2018-05-07 19:29:15 +08:00
parent d7861d5565
commit 480915d691
2 changed files with 12 additions and 7 deletions

14
Vagrantfile vendored
View File

@ -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",

View File

@ -7,6 +7,11 @@ galaxy_info:
versions: versions:
- jessie - jessie
- stretch - stretch
- name: Ubuntu
versions:
- trusty
- xenial
- bionic
categories: categories:
- system - system
- networking - networking