mirror of
https://github.com/rancher/os.git
synced 2025-09-25 12:47:20 +00:00
19 lines
668 B
YAML
19 lines
668 B
YAML
#cloud-config
|
|
rancher:
|
|
environment:
|
|
A: A
|
|
BB: BB
|
|
BC: BC
|
|
services:
|
|
env:
|
|
image: busybox
|
|
command: env
|
|
labels:
|
|
io.rancher.os.scope: system
|
|
io.rancher.os.before: console
|
|
environment:
|
|
- A
|
|
- B*
|
|
ssh_authorized_keys:
|
|
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC85w9stZyiLQp/DkVO6fqwiShYcj1ClKdtCqgHtf+PLpJkFReSFu8y21y+ev09gsSMRRrjF7yt0pUHV6zncQhVeqsZtgc5WbELY2DOYUGmRn/CCvPbXovoBrQjSorqlBmpuPwsStYLr92Xn+VVsMNSUIegHY22DphGbDKG85vrKB8HxUxGIDxFBds/uE8FhSy+xsoyT/jUZDK6pgq2HnGl6D81ViIlKecpOpWlW3B+fea99ADNyZNVvDzbHE5pcI3VRw8u59WmpWOUgT6qacNVACl8GqpBvQk8sw7O/X9DSZHCKafeD9G5k+GYbAUz92fKWrx/lOXfUXPS3+c8dRIF
|