16 lines
448 B
YAML
16 lines
448 B
YAML
gitlab-runner:
|
|
hosts:
|
|
192.168.178.87:
|
|
host_interface : "en*"
|
|
host_ip : "192.168.178.87"
|
|
host_subnet : "24"
|
|
host_gateway : "192.168.178.1"
|
|
host_dns : "192.168.178.1"
|
|
hostname: "gitlab-runner-2"
|
|
192.168.178.192:
|
|
host_interface : "en*"
|
|
host_ip : "192.168.178.192"
|
|
host_subnet : "24"
|
|
host_gateway : "192.168.178.1"
|
|
host_dns : "192.168.178.1"
|
|
hostname: "gitlab-runner-1"
|