mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Update dotfiles ssh agent f00
This commit is contained in:
parent
6244cfd603
commit
8364b25e2b
3 changed files with 16 additions and 1 deletions
4
group_vars/all.yml
Normal file
4
group_vars/all.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
# globaly enably simple versionscheck - if available
|
||||||
|
submodules_versioncheck: true
|
||||||
|
|
|
@ -1,4 +1,15 @@
|
||||||
---
|
---
|
||||||
|
#
|
||||||
|
# roles/dotfiles
|
||||||
|
#
|
||||||
|
# enable keychain as ssh agent
|
||||||
|
dotfiles__additional_user_bashrc_lines: []
|
||||||
|
- eval $(keychain --eval --quiet id_ed25519)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# legacy, maybe used
|
||||||
|
|
||||||
# some ssh role parameters
|
# some ssh role parameters
|
||||||
ssh_public_key_store: 'admin_ssh_keys'
|
ssh_public_key_store: 'admin_ssh_keys'
|
||||||
home_sweet_home: false
|
home_sweet_home: false
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ce0a526afdc587ca0549477e3bcdf7a32a72f62d
|
Subproject commit 93a1f016c438ba9aa750af5f78f17354ea93c019
|
Loading…
Reference in a new issue