Use simpler file structure

This commit is contained in:
Sonny Bakker 2021-01-28 22:19:11 +01:00
parent 4cd701acf4
commit c303901cdb
12 changed files with 65 additions and 95 deletions

View file

@ -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'