-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnodes.example.yaml
More file actions
27 lines (25 loc) · 976 Bytes
/
nodes.example.yaml
File metadata and controls
27 lines (25 loc) · 976 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
# AXIS cluster seed configuration.
# Copy to ~/.axis/nodes.yaml and adjust for your environment.
#
# Required fields per node: name, hostname, ssh_user
# Unknown YAML keys are rejected so typos fail fast.
# SSH key-based authentication must be configured for each remote node.
nodes:
- name: node-a
hostname: node-a.local # resolvable hostname or IP address
# stable_id: f47ac10b-58cc-4372-a567-0e02b2c3d479 # optional observed machine-id/platform UUID
ssh_user: user
role: primary # optional: primary or worker
- name: node-b
hostname: node-b.local
ssh_user: user
role: worker
# ssh_port: 22 # default: 22
# timeout_sec: 10 # per-node collection timeout in seconds; default: 10
# Optional experimental UDP discovery settings.
# Discovery suggestions still require manual review before use.
# discovery:
# enabled: true
# udp_port: 42424
# beacon_interval_sec: 3
# secret: shared-cluster-secret