add ssh-agent service
This commit is contained in:
parent
61b7b05944
commit
3b60b2e09c
10 changed files with 61 additions and 18 deletions
|
@ -6,8 +6,8 @@
|
|||
- bat
|
||||
- fzf
|
||||
- name: Install .bashrc
|
||||
copy:
|
||||
src: "{{ role_path }}/files/bashrc"
|
||||
template:
|
||||
src: "{{ role_path }}/templates/bashrc.j2"
|
||||
dest: ~/.bashrc
|
||||
- name: Install .fzf.bash
|
||||
copy:
|
||||
|
|
|
@ -103,3 +103,5 @@ alias vim='nvim'
|
|||
|
||||
# pip scripts
|
||||
PATH=$PATH:~/.local/bin
|
||||
|
||||
export SSH_AUTH_SOCK="{{ ssh_agent_socket }}"
|
Reference in a new issue