Use simpler file structure
This commit is contained in:
parent
3bca1176a4
commit
7f6381b33c
17 changed files with 152 additions and 122 deletions
6
vars/network.yml
Normal file
6
vars/network.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
host_interface: 'en*'
|
||||
host_ip: '192.168.178.88'
|
||||
host_subnet: '24'
|
||||
host_gateway: '192.168.178.1'
|
||||
host_dns: '192.168.178.1'
|
||||
hostname: 'gitlab.fudiggity.nl'
|
||||
Reference in a new issue