Use the hostname for the unraid server rather than the IP
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Terraform State
|
||||
|
||||
Mount the state on the fileshare to 2-nomad-config/.tfstate/
|
||||
`sudo mount -t cifs //192.168.1.192/appdata/terraform /home/othrayte/Code/infra/2-nomad-config/.tfstate/ -o rw,username=othrayte,password=<pw>,uid=$(id -u),gid=$(id -g)`
|
||||
`sudo mount -t cifs //betelgeuse-seven-unraid.lan/appdata/terraform /home/othrayte/Code/infra/2-nomad-config/.tfstate/ -o rw,username=othrayte,password=<pw>,uid=$(id -u),gid=$(id -g)`
|
||||
|
||||
# Tailscale Oauth Client
|
||||
|
||||
@@ -20,6 +20,7 @@ Edit the secrets using `sops secrets/secrets.enc.json`
|
||||
# Bootstrapping (starting without PostgreSQL running)
|
||||
|
||||
terraform apply -target=module.data
|
||||
terraform apply -target=module.ingress
|
||||
|
||||
## Restoring PostgreSQL DBs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user