Cleanup ITSF in dotfiles

This commit is contained in:
Gabriel Augendre 2023-01-30 16:57:31 +01:00
parent d1039b0ec8
commit 3f4255f333
5 changed files with 3 additions and 48 deletions

1
.chezmoiremove Normal file
View File

@ -0,0 +1 @@
.config/fish/functions/vpnmt.fish

View File

@ -9,12 +9,9 @@ set -gx HOMEBREW_BINTRAY_KEY {{ (bitwardenFields "item" "Bintray").fish_key.valu
set -gx GOPATH $HOME/Projects/golang
set -gx LANG en_US.UTF-8
#set -gx KUBECONFIG $HOME/.kube/config-njj.yml:$HOME/.kube/config-ber.yml
# Also: $HOME/.kube/config-mt.yml:$HOME/.kube/config-itsf-test.yml
set -gx BAT_THEME "Solarized (dark)"
set -gx SCW_SECRET_TOKEN {{ (bitwardenFields "item" "console.scaleway.com").fish_secret_token.value | quote }}
set -gx SCW_ACCESS_KEY {{ (bitwardenFields "item" "console.scaleway.com").fish_access_key.value | quote }}
set -gx GITLAB_TOKEN {{ (bitwardenFields "item" "Gitlab ITSF").fish_token.value | quote }}
set -gx GITLAB_URL "https://git.itsf.io"
set -gx GITLABBER_FOLDER_NAMING path
set -gx GITLABBER_CLONE_METHOD ssh
set -gx GITLABBER_GIT_CONCURRENCY 10

View File

@ -1,3 +0,0 @@
function vpnmt
sudo openfortivpn -c ~/.config/openfortivpn/itsf-mt.conf
end

View File

@ -70,8 +70,8 @@
defaultBranch = master
[advice]
detachedHead = false
[includeIf "gitdir:~/Projects/itsf/**"]
path = {{ .chezmoi.homeDir }}/Projects/itsf/.gitconfig
[includeIf "gitdir:~/Projects/gw/**"]
path = {{ .chezmoi.homeDir }}/Projects/gw/.gitconfig
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f

View File

@ -35,46 +35,6 @@ Host hyperhdr
hostname hyperhdr.local
user pi
# ITSF
Host dbprod
hostname vlb-itsfpgsql-p01.prod.lan
user postgres
Host dbstg
hostname vlb-itsfpgsql-s01.prod.lan
user postgres
Host perfcore
hostname 10.195.46.19
user nadmin
Host gitlab.prod.lan
Hostname 10.195.6.208
Host git-it.salt.ch
User sp_gaugendr
Host logssit
Hostname 10.193.12.22
User sp_gaugendr
#RequestTTY yes
#RemoteCommand sudo su - logreader
Host logsprod
Hostname 10.192.12.22
User sp_gaugendr
RequestTTY yes
#RemoteCommand sudo su - logreader
Host proxmox-*.itsf.io
port 22
user gaugendre
Host *.itsf.io
port 4222
PubkeyAcceptedKeyTypes +ssh-rsa
user gaugendre
Host *
AddKeysToAgent yes
UseKeychain yes