mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-12-22 05:41:51 +01:00
Cleanup ITSF in dotfiles
This commit is contained in:
parent
d1039b0ec8
commit
3f4255f333
5 changed files with 3 additions and 48 deletions
1
.chezmoiremove
Normal file
1
.chezmoiremove
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.config/fish/functions/vpnmt.fish
|
|
@ -9,12 +9,9 @@ set -gx HOMEBREW_BINTRAY_KEY {{ (bitwardenFields "item" "Bintray").fish_key.valu
|
||||||
set -gx GOPATH $HOME/Projects/golang
|
set -gx GOPATH $HOME/Projects/golang
|
||||||
set -gx LANG en_US.UTF-8
|
set -gx LANG en_US.UTF-8
|
||||||
#set -gx KUBECONFIG $HOME/.kube/config-njj.yml:$HOME/.kube/config-ber.yml
|
#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 BAT_THEME "Solarized (dark)"
|
||||||
set -gx SCW_SECRET_TOKEN {{ (bitwardenFields "item" "console.scaleway.com").fish_secret_token.value | quote }}
|
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 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_FOLDER_NAMING path
|
||||||
set -gx GITLABBER_CLONE_METHOD ssh
|
set -gx GITLABBER_CLONE_METHOD ssh
|
||||||
set -gx GITLABBER_GIT_CONCURRENCY 10
|
set -gx GITLABBER_GIT_CONCURRENCY 10
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
function vpnmt
|
|
||||||
sudo openfortivpn -c ~/.config/openfortivpn/itsf-mt.conf
|
|
||||||
end
|
|
|
@ -70,8 +70,8 @@
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
[advice]
|
[advice]
|
||||||
detachedHead = false
|
detachedHead = false
|
||||||
[includeIf "gitdir:~/Projects/itsf/**"]
|
[includeIf "gitdir:~/Projects/gw/**"]
|
||||||
path = {{ .chezmoi.homeDir }}/Projects/itsf/.gitconfig
|
path = {{ .chezmoi.homeDir }}/Projects/gw/.gitconfig
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
|
|
|
@ -35,46 +35,6 @@ Host hyperhdr
|
||||||
hostname hyperhdr.local
|
hostname hyperhdr.local
|
||||||
user pi
|
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 *
|
Host *
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
UseKeychain yes
|
UseKeychain yes
|
||||||
|
|
Loading…
Reference in a new issue