You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
419 B
YAML
19 lines
419 B
YAML
variant: flatcar
|
|
version: 1.1.0
|
|
systemd:
|
|
units:
|
|
- name: lb.service
|
|
enabled: true
|
|
contents_local: lb/lb.service
|
|
# - name: thintz-com.service
|
|
# enabled: true
|
|
# contents_local: thintz-com/thintz-com.service
|
|
storage:
|
|
files:
|
|
- path: /var/lb/caddy/Caddyfile
|
|
contents:
|
|
local: lb/Caddyfile
|
|
# - path: /var/caddy/Caddyfile
|
|
# contents:
|
|
# local: lb/Caddyfile
|