-
Notifications
You must be signed in to change notification settings - Fork 3
/
i2csshrc.example.yml
35 lines (35 loc) · 1.27 KB
/
i2csshrc.example.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
---
broadcast: false # whether or not broadcast should be enabled
aws:
region: eu-central-1 # the aws region to doi calls to
usePrivateDns: false # whether to use private dns names
nameValSeparator: ":" # tag name/value separator (overrides default "=")
only: # only check the following tag key's
- Name
- Purpose
ignoreTagValue: "runner-.*" # regexp of tag values to ignore
clusters: # cluster definitions
dev: # cluster name
hosts: # a list of hostnames
- host1-dev.example.com
- host2-dev.example.com
staging:
hosts:
- host1-staging.example.com
- host2-staging.example.com
- host3-staging.example.com
- host4-staging.example.com
- host5-staging.example.com
prod:
hosts:
- host01.example.com
- host02.example.com
- host03.example.com
- host04.example.com
- host05.example.com
- host06.example.com
- host07.example.com
- host08.example.com
- host09.example.com
- host10.example.com
skipConfirm: false # do not ask for more then on TagKey TagValue pair in EC2 (and future other cloud) setups