|
|
@ -50,8 +50,9 @@ all-apps/nextcloud/postgres_password \
|
|
|
|
all-apps/nextcloud/redis_password \
|
|
|
|
all-apps/nextcloud/redis_password \
|
|
|
|
all-apps/nextcloud/nextcloud.env \
|
|
|
|
all-apps/nextcloud/nextcloud.env \
|
|
|
|
restic-env \
|
|
|
|
restic-env \
|
|
|
|
restic-password
|
|
|
|
restic-password \
|
|
|
|
cat cl.yaml | docker run --rm --volume /home/tjhintz/.ssh/id_rsa.pub:/pwd/ssh-keys --volume ${PWD}:/pwd --workdir /pwd -i quay.io/coreos/butane:latest -d /pwd > ignition.json
|
|
|
|
$(config_dir)ssh-keys
|
|
|
|
|
|
|
|
cat cl.yaml | docker run --rm --volume $(config_dir)/ssh-keys:/pwd/ssh-keys --volume ${PWD}:/pwd --workdir /pwd -i quay.io/coreos/butane:latest -d /pwd > ignition.json
|
|
|
|
|
|
|
|
|
|
|
|
generated.tfvars: $(apps_config) make-generated.sh
|
|
|
|
generated.tfvars: $(apps_config) make-generated.sh
|
|
|
|
./make-generated.sh $(apps_config) > generated.tfvars
|
|
|
|
./make-generated.sh $(apps_config) > generated.tfvars
|
|
|
|