Last active
September 16, 2024 17:09
-
-
Save brudnak/8e94d2489480409a7af188f4452261c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh_key_path: /path | |
nodes: | |
- address: 0.0.0.0 | |
internal_address: 0.0.0.0 | |
user: ubuntu | |
role: | |
- etcd | |
- controlplane | |
- worker | |
- address: 0.0.0.0 | |
internal_address: 0.0.0.0 | |
user: ubuntu | |
role: | |
- etcd | |
- controlplane | |
- worker | |
- address: 0.0.0.0 | |
internal_address: 0.0.0.0 | |
user: ubuntu | |
role: | |
- etcd | |
- controlplane | |
- worker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment