Initial commit
This commit is contained in:
commit
70c8393f0b
13 changed files with 185 additions and 0 deletions
16
inventory.yml
Normal file
16
inventory.yml
Normal 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"
|
||||
Reference in a new issue