Initial commit.
This commit is contained in:
18
debian/etc/wild-cloud-central/config.yaml.example
vendored
Normal file
18
debian/etc/wild-cloud-central/config.yaml.example
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
server:
|
||||
port: 5055
|
||||
host: 0.0.0.0
|
||||
cloud:
|
||||
domain: wildcloud.local
|
||||
internalDomain: cluster.local
|
||||
dns:
|
||||
ip: 192.168.8.50
|
||||
router:
|
||||
ip: 192.168.8.1
|
||||
dhcpRange: 192.168.8.100,192.168.8.200
|
||||
dnsmasq:
|
||||
interface: eth0
|
||||
cluster:
|
||||
endpointIp: 192.168.8.60
|
||||
nodes:
|
||||
talos:
|
||||
version: v1.8.0
|
||||
2
debian/etc/wild-cloud-central/wild-cloud-central.sudoers
vendored
Normal file
2
debian/etc/wild-cloud-central/wild-cloud-central.sudoers
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Allow wildcloud user to manage dnsmasq service without password
|
||||
wildcloud ALL=NOPASSWD: /usr/bin/systemctl start dnsmasq.service, /usr/bin/systemctl stop dnsmasq.service, /usr/bin/systemctl restart dnsmasq.service, /usr/bin/systemctl status dnsmasq.service
|
||||
Reference in New Issue
Block a user