Moving setup into its own role, where we just set up the system configuuration for running k3s'
This commit is contained in:
parent
35505f90f3
commit
afd64caebd
18
docker-host/roles/setup/files/etc/hosts
Normal file
18
docker-host/roles/setup/files/etc/hosts
Normal file
@ -0,0 +1,18 @@
|
||||
# WARN: this should never be committed to source control
|
||||
# The following is used because we
|
||||
# use DNSMasq for its dead simple nature
|
||||
|
||||
127.0.0.1 localhost
|
||||
127.0.1.1 recycled-lab-host
|
||||
|
||||
# Sugma
|
||||
192.168.1.23 git.lablad
|
||||
192.168.1.23 files.lablad
|
||||
192.168.1.23 main.lablad
|
||||
192.168.1.23 music.lablad
|
||||
192.168.1.1 router
|
||||
|
||||
# The following lines are desirable for IPv6 capable hosts
|
||||
::1 localhost ip6-localhost ip6-loopback
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
4
docker-host/roles/setup/vars/private.yml
Normal file
4
docker-host/roles/setup/vars/private.yml
Normal file
@ -0,0 +1,4 @@
|
||||
FILES_UID: 1004
|
||||
FILES_GID: 1004
|
||||
FILES_HOME: /home/files
|
||||
PRIVATE_IP: 192.168.1.23
|
Loading…
Reference in New Issue
Block a user