aboutsummaryrefslogtreecommitdiff
path: root/group_vars/all/vars.yaml
blob: b851351bf15c90022566c9be8d03aa0200c94600 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
bridge_ip: 10.0.0.1

containers:
  mail:
    ip: 10.0.0.2
    forward_ports:
      - "25"
      - "465"
      - "993"
  git:
    ip: 10.0.0.3
    forward_ports: []
    web_subdomain: "git"