- Remove zet* from _is_work_host (local git server, not a work host) - setup_enterprise_ai_bash.sh: detect NFS home on work servers, relocate .bashrc.local to /opt/kenjim/ with symlink, handle re-runs safely - setup_enterprise_ai_bash.sh: symlink ~/.vscode-server and ~/.vscode-remote-containers to /opt/kenjim/ on NFS hosts - dotfiles_manager.sh: deploy-to detects NFS on remote, deploys .bashrc.local to /opt/kenjim/ with symlink, backs up symlink targets - hosts/etqc-kenjim-11.bashrc.local: add NFS note to header
42 lines
2.0 KiB
Plaintext
42 lines
2.0 KiB
Plaintext
### MACHINE_LOCAL — managed centrally in dotfiles/hosts/ on kenjim-mbp
|
|
### Deployed via: dotfiles deploy-to kenjim@etqc-kenjim-11
|
|
### DO NOT edit directly on the server — edit in ~/dotfiles/hosts/ and re-deploy
|
|
### NFS NOTE: On NFS-home servers, this file lives at /opt/kenjim/.bashrc.local
|
|
### with a symlink from ~/.bashrc.local → /opt/kenjim/.bashrc.local
|
|
# Host : etqc-kenjim-11
|
|
# Profile : work (server)
|
|
# =============================================================================
|
|
|
|
export MACHINE_PROFILE="work"
|
|
export MACHINE_HOST="etqc-kenjim-11"
|
|
|
|
# Prevent shell auto-logout on idle
|
|
unset TMOUT
|
|
|
|
# =============================================================================
|
|
# ServiceNow API credentials
|
|
# =============================================================================
|
|
export SN_USERNAME='_integ-soap-read'
|
|
export SN_PASSWORD='CHANGEME' # set real value — never commit
|
|
|
|
# =============================================================================
|
|
# LDAP bind credentials
|
|
# Referenced by ldaps() and ldaps2() in ~/.bashrc.d/30_work.sh
|
|
# =============================================================================
|
|
export JNPR_LDAP_BIND_PW='CHANGEME' # was: xqYzhL%lLe!FIr!67LJX%7a^PWOWY0
|
|
export JNPR_LDAP_BIND_PW2='CHANGEME' # was: tF#w3St@nGqq36XZDym#857U)v4xKw
|
|
|
|
# =============================================================================
|
|
# Unified Hub (Artifactory) credentials
|
|
# Referenced by unified-hub-login() and unified-hub-engtech-bin-upload()
|
|
# in ~/.bashrc.d/30_work.sh
|
|
# =============================================================================
|
|
export UNIFIED_HUB_USERNAME='kenjim@juniper.net'
|
|
export UNIFIED_HUB_TOKEN='CHANGEME' # base64 API token from Artifactory
|
|
|
|
# =============================================================================
|
|
# AWS — server uses named profiles from ~/.aws/config loaded by k8configs env
|
|
# =============================================================================
|
|
export AWS_PROFILE=pgdb-qnc
|
|
export AWS_SDK_LOAD_CONFIG=1
|