aboutsummaryrefslogtreecommitdiffstats
path: root/inventory/prod/hosts.yml
blob: 44ae3a07d09970b87a0c1fdc7a68e8a3dae2c905 (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
all:
  children:
    servers:
      hosts:
        pursotin:
          host_roles:
            - host
            - host_prod
          nic_lan: igc0
          nic_wan: igc1
          arch: amd64/amd64
          lan_ipv4_gateway: "192.168.0.1"
          lan_ipv4_cidr: "192.168.0.10/16"
          is_prod: true
    jails:
      vars:
        ansible_jail_host: pursotin
        ansible_host: pursotin
        jail_delegate_host: pursotin
        jail_lan_cidr: "192.168.2.0/16"
        jail_lan_offset: 0
        lan_ipv4_gateway: "192.168.0.1"
        ssl_enabled: true
        is_prod: true