aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/st0dev0.yml
blob: f56d01f76a9b8a05747b5c145d1a1a0e94a6b896 (plain) (blame)
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
27
ansible_host: st0dev0
ip:
  in: 10.10.0.60
  out: 192.168.5.60

virtual: true

services:

  - name: "ssh"
    proto: "tcp"
    port: "22"

  - name: "cgit"
    proto: "tcp"
    port: "1235"
    domain: "git"

  - name: "gitdeamon"
    proto: "tcp"
    port: "9418"
    public: true

  - name: "gitdeamon"
    proto: "udp"
    port: "9418"
    public: true
remember that computers suck.