Skip to content

Commit

Permalink
Add common.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Lievano committed Jul 22, 2022
1 parent 6e792ef commit 65176b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vars/common.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local_key: "./ssh_keys/id_local"
local_dest_key: "{{ lookup('env', 'HOME') }}/.local/share/ssh/id_local"
github_key: "./ssh_keys/id_github"
github_dest_key: "{{ lookup('env', 'HOME') }}/.local/share/ssh/id_github"
gitlab_key: "./ssh_keys/id_gitlab"
gitlab_dest_key: "{{ lookup('env', 'HOME') }}/.local/share/ssh/id_gitlab"
personal: "{{ lookup('env', 'HOME') }}/personal"

0 comments on commit 65176b9

Please sign in to comment.