summaryrefslogtreecommitdiff
path: root/hosts-vagrant.yml
blob: 37a7ffa9e80f999a95c8037f13f282b6930af166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
hosts:
  floatrp1:
    groups: [frontend, vagrant]
    ansible_host: 10.121.20.10
    ip: 10.121.20.10
    ip_vpn0: 172.16.1.1
  floatapp1:
    groups: [backend, vagrant]
    ansible_host: 10.121.20.11
    ip: 10.121.20.11
    ip_vpn0: 172.16.1.2
  gateway1:
    groups: [openvpn, vagrant]
    ansible_host: 10.121.20.12
    ip: 10.121.20.12
    ip_vpn0: 172.16.1.3
    location: Seattle
    egress_ip: 10.121.20.44
group_vars:
  vagrant:
    ansible_user: vagrant
    ansible_become: true
    ansible_ssh_private_key_file: "~/.vagrant.d/insecure_private_key"
    enable_ssh: false
    testing: true