#cloud-config
      coreos:
        etcd2:
          advertise-client-urls: http://192.168.42.42:2379
          initial-advertise-peer-urls: http://192.168.42.42: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: snapshot-ipv4-dhcp-el7
      users:
        - name: core
          passwd: $1$rtd8Ub7R$5Ohzuy8WXlkaK9cA2T1wb0
