#cloud-config

      coreos:
        etcd2:
          advertise-client-urls: http://127.0.0.1:2379
          initial-advertise-peer-urls: http://127.0.0.1:2380
          listen-client-urls: http://0.0.0.0:2379
          listen-peer-urls: http://0.0.0.0:2380
        units:
          - name: etcd2.service
            command: start
          - name: fleet.service
            command: start
      hostname: snapshothost
      users:
        - name: core
          passwd: xybxa6JUkz63w
