git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.bash/vars.bash
Commit message (Collapse)AuthorAgeFilesLines
* fixesH. P. 2022-03-231-2/+3
|
* $SSH_AUTH_SOCK only on the admin stationsH. P. 2022-03-231-2/+10
|
* +doc for SSHAGHH. P. 2022-03-211-0/+2
|
* Execute ssh agent only on machines we want to be the sourceH. P. 2022-03-211-0/+4
| | | | Also, see ssh_config(5) and ForwardAgent
* +function for adding ssh keysH. P. 2022-03-211-1/+5
|
* ...already marked for export in postexecH. P. 2022-03-211-1/+0
| | | | This reverts commit 99e0da1b6441da25a0d3427638f0fd1a20076f87.
* mark SSH agent variables for exportH. P. 2022-03-211-0/+1
|
* Initial commitH. P. 2022-03-191-0/+73
| | | | Currently, ```ssh-add -l``` displays the fingerprint the same way ```ssh-keygen -Esha256 -lf``` does. Simple comparison, done. * display current IFSH. P. 2022-07-061-0/+1 | * Do not execute any remote action on localhostH. P. 2022-07-051-24/+25 | * Do not execute remote removal on localhostH. P. 2022-07-051-0/+8 | * con: locH. P. 2022-06-301-0/+1 | * removing delegation remnantsH. P. 2022-06-301-3/+0 | * We do not need facts, let's not waste time gathering themH. P. 2022-06-301-1/+2 | * Make sure DFDISTRIB is not emptyH. P. 2022-06-301-0/+7 | * separation into plays-per-host(s)H. P. 2022-06-291-3/+12 | * update tmux-gpakoszH. P. 2022-06-291-0/+0 | * Source is now an absolute path :-)H. P. 2022-06-281-2/+2 | * BUGFIX: only create the tarball once for all hostsH. P. 2022-06-281-0/+1 | * Including *.local files as non-presence is no errorH. P. 2022-06-281-0/+4 | * Move tarball creation inside ansible playbook [2]H. P. 2022-06-281-26/+0 | * Added local tarball removal after successful remote executionsH. P. 2022-06-281-0/+11 | * Reincluded remote tarball removal