feat: migrate dns names to ip

This commit is contained in:
auricom
2021-08-02 12:22:14 +02:00
parent f250f4b726
commit a05b44d3e1
15 changed files with 30 additions and 29 deletions

View File

@@ -32,7 +32,7 @@ spec:
cp /opt/id_rsa ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh -o StrictHostKeyChecking=no homelab@truenas.${SECRET_CLUSTER_DOMAIN_ROOT}. << 'EOF'
ssh -o StrictHostKeyChecking=no homelab@${LOCAL_LAN_TRUENAS} << 'EOF'
WORK_DIR="/mnt/storage/backups/gitea"