compose-website/cloud-config

18 lines
311 B
Text
Raw Normal View History

2014-09-26 12:57:09 +00:00
#cloud-config
coreos:
update:
reboot-strategy: best-effort
2014-10-10 17:08:14 +00:00
etcd:
2014-10-14 14:01:13 +00:00
addr: 172.17.42.1:4001
peer-addr: 172.17.42.1:7001
2014-10-10 17:08:14 +00:00
units:
- name: etcd.service
command: start
2014-11-05 12:43:16 +00:00
write_files:
- path: /data/BACKUP_DESTINATION
permissions: 0644
owner: root
content: |
core@backup.dev