-
Notifications
You must be signed in to change notification settings - Fork 193
/
Copy pathvagrant_hosts
21 lines (15 loc) · 1.09 KB
/
vagrant_hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# File: vagrant_hosts
# Vault node hosts configuration for Vagrant
#
# NB: Replace the hosts below with your preferred node hostnames and continue
# the 'nodeN' pattern for additional nodes past 'vault3'
# Do not modify the labels (text appearing between []), however
[vault_instances]
vault.local ansible_ssh_user=vagrant ansible_ssh_private_key_file=./.vagrant/machines/vault1/virtualbox/private_key
[consul_nodes]
# If you want to install Vault using Consul VMs deployed with the
# brianshumate.consul role, replace all instances of ~/ansible_roles
# below with your actual Ansible role path and uncomment:
# consul1.local ansible_ssh_user=vagrant ansible_ssh_private_key_file=~/ansible_roles/brianshumate.consul/examples/.vagrant/machines/consul1/virtualbox/private_key
# consul2.local ansible_ssh_user=vagrant ansible_ssh_private_key_file=~/ansible_roles/brianshumate.consul/examples/.vagrant/machines/consul2/virtualbox/private_key
# consul3.local ansible_ssh_user=vagrant ansible_ssh_private_key_file=~/ansible_roles/brianshumate.consul/examples/.vagrant/machines/consul3/virtualbox/private_key