forked from michalkoczwara/DevSecOps-Studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmachines.yml
49 lines (43 loc) · 1016 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
44
45
46
47
48
49
---
- name: DevSecOps-Box
box: ubuntu/bionic64
box_version: 20200407.0.0
ram: 512
ip: 10.0.1.10
ansible: "provisioning/devsecops-box.yml"
# - name: jenkins
# box: ubuntu/bionic64
# box_version: 20200407.0.0
# ram: 1024
# ip: 10.0.1.11
# ansible: "provisioning/jenkins.yml"
- name: gitlab
box: ubuntu/bionic64
box_version: 20200407.0.0
ram: 2048
ip: 10.0.1.15
ansible: "provisioning/gitlab.yml"
- name: gitlab-runner
box: ubuntu/bionic64
box_version: 20200407.0.0
ram: 512
ip: 10.0.1.16
ansible: "provisioning/gitlab-runner.yml"
# - name: elk
# box: ubuntu/bionic64
# box_version: 20200407.0.0
# ram: 1024
# ip: 10.0.1.18
# ansible: "provisioning/elk.yml"
#- name: vuln-management
# box: ubuntu/bionic64
# ram: 512
# ip: 10.0.1.20
# ansible: "dojo.yml"
# Includes registry docker, docker and docker compose installed.
- name: prod
box: ubuntu/bionic64
box_version: 20200407.0.0
ram: 1024
ip: 10.0.1.22
ansible: "provisioning/prod.yml"