blob: 0b0b79ef715cf8a53940bd7e3fdcff16ec7830f9 (
plain) (
tree)
|
|
ansible_host: vm2
ip:
in: 10.10.0.62
out: 192.168.5.62
virtual: true
services:
- name: "ssh"
proto: "tcp"
port: "22"
- name: "stagit"
proto: "tcp"
port: "1234"
domain: "git"
- name: "gitdeamon"
proto: "tcp"
port: "9418"
public: true
- name: "gitdeamon"
proto: "udp"
port: "9418"
public: true
|