Moving all configurable stuff to a separate folder.
This commit is contained in:
9
.gitignore
vendored
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
|
||||
|
||||
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
4
cl.yaml
4
cl.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user