Initial commit

This commit is contained in:
Sonny Bakker 2020-11-07 21:26:04 +01:00
commit 70c8393f0b
13 changed files with 185 additions and 0 deletions

16
inventory.yml Normal file
View file

@ -0,0 +1,16 @@
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"