forked from michalkoczwara/DevSecOps-Studio
-
Notifications
You must be signed in to change notification settings - Fork 8
/
machines.yml
43 lines (37 loc) · 848 Bytes
/
machines.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
---
- name: DevSecOps-Box
box: bento/ubuntu-16.04
ram: 512
ip: 10.0.1.10
ansible: "provisioning/devsecops-box.yml"
- name: jenkins
box: bento/ubuntu-16.04
ram: 1024
ip: 10.0.1.11
ansible: "provisioning/jenkins.yml"
- name: gitlab
box: bento/ubuntu-16.04
ram: 2048
ip: 10.0.1.15
ansible: "provisioning/gitlab.yml"
- name: gitlab-runner
box: bento/ubuntu-16.04
ram: 512
ip: 10.0.1.16
ansible: "provisioning/gitlab-runner.yml"
- name: elk
box: bento/ubuntu-16.04
ram: 1024
ip: 10.0.1.18
ansible: "provisioning/elk.yml"
#- name: vuln-management
# box: bento/ubuntu-16.04
# ram: 512
# ip: 10.0.1.20
# ansible: "dojo.yml"
# Includes registry docker, docker and docker compose installed.
- name: prod
box: bento/ubuntu-16.04
ram: 1024
ip: 10.0.1.22
ansible: "provisioning/prod.yml"