aboutsummaryrefslogtreecommitdiffstats
path: root/inventory/prod/hosts.yml
blob: 1a2a83f414f82d9cff915bec8ab1ae2c04c1d2b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
all:
  children:
    servers:
      hosts:
        pursotin:
          host_roles:
            - host
            - host_prod
          nic_lan: igc0
          nic_wan: igc1
          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