-
Notifications
You must be signed in to change notification settings - Fork 7
/
machines-v2.yml
74 lines (74 loc) · 1.59 KB
/
machines-v2.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
gcloud:
tags:
cluster_name: gcloud-infra
images:
rocky:
name: rocky-linux-8
ssh_user: rocky
debian:
family: debian-11
project: debian-cloud
ssh_user: debian
regions:
us-west4:
cidr_block: 10.2.0.0/16
zones:
proxy:
zone: us-west4-b
cidr: 10.2.20.0/24
main:
zone: us-west4-b
cidr: 10.2.30.0/24
ports:
- port: 22
protocol: tcp
defaults: 'service'
description: "SSH"
type: ingress
access: allow
cidrs:
- 0.0.0.0/0
- port: 443
defaults: 'public'
protocol: tcp
description: "HTTPS"
- port: 22
to_port: 65
defaults: 'internal'
protocol: tcp
description: "ranges"
machines:
dbt2_driver:
image_name: debian
region: us-west4
zone_name: proxy
instance_type: e2-standard-4
volume:
type: pd-standard
size_gb: 50
tags:
type: dbt2-driver
pg1:
image_name: rocky
region: us-west4
zone_name: main
ports:
- protocol: icmp
description: "ping"
cidrs:
- 10.2.20.0/24
instance_type: e2-standard-4
volume:
type: pd-standard
size_gb: 50
additional_volumes:
- mount_point: /opt/pg_data
type: pd-ssd
size_gb: 50
iops: null
- mount_point: /opt/pg_wal
type: pd-ssd
size_gb: 50
iops: null
tags:
type: postgres