add ssh-agent service
This commit is contained in:
parent
61b7b05944
commit
3b60b2e09c
10 changed files with 61 additions and 18 deletions
|
@ -9,6 +9,12 @@
|
|||
tags: [bash]
|
||||
- role: alacritty
|
||||
tags: [alacritty]
|
||||
- role: syncthing
|
||||
tags: [syncthing]
|
||||
vars:
|
||||
syncthing_profile: "laptop"
|
||||
- role: keepassxc
|
||||
tags: [keepassxc]
|
||||
- role: wireguard
|
||||
tags: [wireguard]
|
||||
- role: asdf
|
||||
|
@ -21,10 +27,6 @@
|
|||
tags: [virtualbox]
|
||||
- role: vscodium
|
||||
tags: [vscodium]
|
||||
- role: syncthing
|
||||
tags: [syncthing]
|
||||
vars:
|
||||
syncthing_profile: "laptop"
|
||||
- role: strawberry
|
||||
tags: [strawberry]
|
||||
- role: nicotine
|
||||
|
|
|
@ -9,13 +9,15 @@
|
|||
tags: [bash]
|
||||
- role: alacritty
|
||||
tags: [alacritty]
|
||||
- role: syncthing
|
||||
tags: [syncthing]
|
||||
vars:
|
||||
syncthing_profile: "os3"
|
||||
- role: keepassxc
|
||||
tags: [keepassxc]
|
||||
- role: neovim
|
||||
tags: [neovim]
|
||||
- role: signal
|
||||
tags: [signal]
|
||||
- role: vscodium
|
||||
tags: [vscodium]
|
||||
- role: syncthing
|
||||
tags: [syncthing]
|
||||
vars:
|
||||
syncthing_profile: "os3"
|
||||
|
|
Reference in a new issue