This repository has been archived on 2025-04-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gitlab-runner/inventory.yml
2020-11-07 21:26:04 +01:00

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"