Moving all configurable stuff to a separate folder.

main
Thomas Hintz 3 days ago
parent 5ad6f158b4
commit 1424d3f46f

9
.gitignore vendored

@ -8,17 +8,16 @@ flatcar/flatcar_production_qemu_image.img.fresh
ignition.json
production.tfvars
terraform.tfstate
terraform.tfstate.backup
app
apps.config
restic-env
restic-password
config/apps.config
config/restic-env
config/restic-password
config/production.tfvars
# generated files
all-apps/lb/Caddyfile

@ -1,6 +1,6 @@
TERRAFORM_ENV := production
config_dir := ./
config_dir := ./config/
apps_config := $(config_dir)apps.config
# .dirstamp plus && $@ is like make magic to get this rule

@ -88,10 +88,10 @@ storage:
files:
- path: /restic-password
contents:
local: restic-password
local: config/restic-password
- path: /restic-env
contents:
local: restic-env
local: config/restic-env
### docker-compose sysext
### https://flatcar.github.io/sysext-bakery/docker_compose/
- path: /opt/extensions/docker-compose/docker-compose-2.34.0-x86-64.raw

Loading…
Cancel
Save