copr: disable services for dev instances
This commit is contained in:
parent
5af5bec6cd
commit
60095d77cc
2 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,6 @@ tcp_ports: [22, 80, 443,
|
||||||
# node_exporter/prometheus
|
# node_exporter/prometheus
|
||||||
9100,
|
9100,
|
||||||
]
|
]
|
||||||
services_disabled: false
|
services_disabled: true
|
||||||
|
|
||||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:691b:4103:dbcd:a64a/128"
|
aws_ipv6_addr: "2600:1f18:8ee:ae00:691b:4103:dbcd:a64a/128"
|
||||||
|
|
|
@ -31,6 +31,6 @@ tcp_ports: [22, 80, 443,
|
||||||
# node_exporter/prometheus
|
# node_exporter/prometheus
|
||||||
9100,
|
9100,
|
||||||
]
|
]
|
||||||
services_disabled: false
|
services_disabled: true
|
||||||
|
|
||||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:66a:fd15:3f16:4092/128"
|
aws_ipv6_addr: "2600:1f18:8ee:ae00:66a:fd15:3f16:4092/128"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue