Add quickstart scripts for easy cluster setup
This commit is contained in:
@ -12,7 +12,8 @@ vars:
|
||||
|
||||
bootstrap_auths:
|
||||
- name: "my-user"
|
||||
sshKey: "ssh-ed25519 xxx my-user"
|
||||
# sshKey: "ssh-ed25519 xxx my-user"
|
||||
sshKey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILIomzqVAIqb7BedauhAo2VgbLqme5Jx/vjGUqZLoJqF guillaume@guillaume-archlinux"
|
||||
|
||||
ssh_keys:
|
||||
- "ssh-ed25519 xxx my-user"
|
||||
@ -27,7 +28,10 @@ vars:
|
||||
netmask: 24
|
||||
gateway: 172.17.1.8
|
||||
dns:
|
||||
- 172.17.1.1
|
||||
#- 172.17.1.1
|
||||
- 208.67.220.220
|
||||
|
||||
dls_base_url: http://172.17.1.8:7606
|
||||
|
||||
etcd:
|
||||
image: quay.io/coreos/etcd
|
||||
|
Reference in New Issue
Block a user