25 lines
519 B
Text
25 lines
519 B
Text
vault:
|
|
# Start Vault agent service and enable it at boot time
|
|
service: True
|
|
|
|
# Set user and group for Vault config files and running service
|
|
user: vault
|
|
group: vault
|
|
|
|
version: 0.10.1
|
|
|
|
config:
|
|
data_dir: /var/lib/vault
|
|
listen_protocol: tcp
|
|
listen_port: 8200
|
|
listen_address: 0.0.0.0
|
|
tls_disable: 0
|
|
tls_cert_file: ''
|
|
tls_key_file: ''
|
|
storage:
|
|
type: file
|
|
default_lease_ttl: 4380h
|
|
max_lease_ttl: 43800h
|
|
self_signed_cert:
|
|
enabled: false
|
|
dev_mode: true
|