mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
14 lines
255 B
YAML
14 lines
255 B
YAML
#cloud-config
|
|
coreos:
|
|
units:
|
|
- name: etcd2.service
|
|
command: start
|
|
- name: fleet.service
|
|
command: start
|
|
write_files:
|
|
- path: "/home/core/cloud"
|
|
owner: "core"
|
|
permissions: "0644"
|
|
content: |
|
|
File added by node1.yml.
|