summaryrefslogtreecommitdiff
path: root/config/hosts/hosts.sample
blob: 9f71eecfdbca596411e79f12e53b9be39a96a911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file contains addresses of hosts that are to be configured
# and user used by ansible to perform all actions

# Replace below examplary addresses with the ones you need

[runner]
192.168.69.10

[master]
192.168.69.10

# Replace below ansible_user variable with the one which ansible should use to
# perform actions

[all:vars]
ansible_user=vagrant