-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcloud-config.yml
More file actions
24 lines (24 loc) · 940 Bytes
/
cloud-config.yml
File metadata and controls
24 lines (24 loc) · 940 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
#cloud-config
hostname: test-cloud
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDptcSecYUcBExglXGkl9NiRkTTcIxQ4AVnMYcfW560YGVUx6+QgDnj5DScrayi/FtiByleyDCkfoW8vk/iGvyNkFrjQ/WnGXnVQrEkPQyi7gvB/NAvJlZYFTmLsLcr/sc3ZN0SE+bubvE7pGIDBd+wI/u9q2ok/r5GhjbctHR8t8V0XRCzIxEOSwrYJ3O8xxYFP8UPvyitIz85+FKDpoljS/77sXH3lcoMtrzhgw4rWaE8FQb5caI08Nn15ibqrYoK30Gq2y2aPCbQmlhx0Z7z9FNkACXx0m54A0jurRsiOnyxVb2oSR5CU8cNawBKmJwl8Ygd5JdKpaoQnqeRw9mJ sven@Svens-Mac-mini.local
rancher:
password: rancher
repositories:
roast:
url: https://roastlink.github.io/
bootstrap_docker:
registry_mirror: "http://10.10.10.23:5555"
insecure_registry:
- 10.10.10.23:5000
- arian:5000
docker:
registry_mirror: "http://10.10.10.23:5555"
insecure_registry:
- 10.10.10.23:5000
- arian:5000
system_docker:
registry_mirror: "http://10.10.10.23:5555"
insecure_registry:
- 10.10.10.23:5000
- arian:5000