cloud-config.yml 691 B

12345678910111213
  1. #cloud-config
  2. write_files:
  3. - path: /test
  4. content: test
  5. mounts:
  6. - ["/test", "/home/rancher/test", "", "bind"]
  7. - [/dev/vdb, /home/rancher/a, ext4, ""]
  8. - [/dev/vdb, /home/rancher/b, "", ""]
  9. - [/dev/vdb, /home/rancher/c, auto, defaults]
  10. - [/dev/vdb, /home/rancher/d, "auto", "defaults"]
  11. ssh_authorized_keys:
  12. - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC85w9stZyiLQp/DkVO6fqwiShYcj1ClKdtCqgHtf+PLpJkFReSFu8y21y+ev09gsSMRRrjF7yt0pUHV6zncQhVeqsZtgc5WbELY2DOYUGmRn/CCvPbXovoBrQjSorqlBmpuPwsStYLr92Xn+VVsMNSUIegHY22DphGbDKG85vrKB8HxUxGIDxFBds/uE8FhSy+xsoyT/jUZDK6pgq2HnGl6D81ViIlKecpOpWlW3B+fea99ADNyZNVvDzbHE5pcI3VRw8u59WmpWOUgT6qacNVACl8GqpBvQk8sw7O/X9DSZHCKafeD9G5k+GYbAUz92fKWrx/lOXfUXPS3+c8dRIF