-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.yml
57 lines (50 loc) · 1.45 KB
/
templates.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
templates:
docker:
dir: ubuntu-docker
# type: virtualbox-iso
type: virtualbox-ovf
box:
name: geerlingguy/ubuntu1604
version: 1.0.9
# url: https://atlas.hashicorp.com/boxcutter/boxes/ubuntu1604/versions/2.0.25/providers/virtualbox.box
url: https://atlas.hashicorp.com/geerlingguy/boxes/ubuntu1604/versions/1.0.9/providers/virtualbox.box
name: ubuntu-docker
version: "0.2.0"
description: |
Ubuntu 16.04.2 LTS xenial 64bits Docker Virtual Machine
see https://github.com/csanquer/packer-templates
* Docker 1.13.1
* Docker-compose 1.11.2
* Docker-machine 0.9.0
* Samba (CIFS network shared folder)
* NFS
* ansible 2.2.1.0
* git 2.7.4
vars:
atlas_username: csanquer
atlas_name: ubuntu-docker
gitlab:
dir: gitlab
# type: virtualbox-iso
type: virtualbox-ovf
box:
name: geerlingguy/ubuntu1604
version: 1.0.9
url: https://atlas.hashicorp.com/geerlingguy/boxes/ubuntu1604/versions/1.0.9/providers/virtualbox.box
name: gitlab
version: "0.0.1"
description: ""
vars: {}
gitlab-runner:
dir: gitlab-runner
# type: virtualbox-iso
type: virtualbox-ovf
box:
name: geerlingguy/ubuntu1604
version: 1.0.9
url: https://atlas.hashicorp.com/geerlingguy/boxes/ubuntu1604/versions/1.0.9/providers/virtualbox.box
name: gitlab-runner
version: "0.0.1"
description: ""
vars: {}