-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
30 lines (23 loc) · 839 Bytes
/
Copy path.env
File metadata and controls
30 lines (23 loc) · 839 Bytes
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
# configuration file
# === instances options ===
INSTANCE_TYPE=t2.micro
INSTANCE_BASE_NAME=pulumaws
INSTANCE_OS=ubuntu
# supported OS : ubuntu or amazon-linux-2
# WARNING : amazon linux might not support swarm fro now
REGIONS_PATH=regions.yaml
# path to the file with the repartition of instances
# === network options ===
PUB_KEY_PATH=lib/keys/key-hello-aws.pub
PUB_KEY_NAME=key-hello-aws.pub
SSH_IP_TO_ALLOW=None
# if 0.0.0.0/0 is entered, the IP of the user will be choosed
# if None is entered, no IP will be allowed
# Note that SSH is not recommended if not by Tailscale. Please use your Tailscale key
# === Tailscale options ===
TAILSCALE_AUTH_KEY_PATH=lib/keys/tailscale-key
# === Swarm options ===
SWARM_MANAGER_IP=
SWARM_JOIN_TOKEN=
# DO NOT TOUCH : this field will be auto completed and cleaned
SWARM_STACK_NAME=monitoring