Use simpler file structure
This commit is contained in:
parent
4cd701acf4
commit
c303901cdb
12 changed files with 65 additions and 95 deletions
|
|
@ -1,16 +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"
|
||||
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"
|
||||
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