---
etcd:
  enabled: true
  install_dir: /usr/local/apps
  release_dir: /usr/local/apps/releases
  mirror: https://github.com/etcd-io/etcd/releases/download
  version: 3.5.9
  os: linux
  arch: amd64
  runuser: etcd
  user: user
  password: password
  verify: false
  config:
    name: etcd
    data-dir: /var/lib/etcd
    initial-advertise-peer-urls: http://sys99.paulbsd.com:2380
    advertise-client-urls: http://sys99.paulbsd.com:2379
    listen-peer-urls: http://[::]:2380
    listen-client-urls: http://[::]:2379