aboutsummaryrefslogtreecommitdiffstats
path: root/group_vars
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-05-14 13:09:34 +0800
committerAaron LI <aly@aaronly.me>2018-05-14 13:09:34 +0800
commit3c47dcd8060626f351b9bc1a0cff34a4c4c79ac1 (patch)
treef42f19df3637bbb73f1bc24c6dc5ecaa77eb95a2 /group_vars
parentc8dc9e163b50272bf8e3972c8ef37ea3e871b247 (diff)
downloadansible-dfly-vps-3c47dcd8060626f351b9bc1a0cff34a4c4c79ac1.tar.bz2
git: update github keyname to be keyfile to the full path to the key
Diffstat (limited to 'group_vars')
-rw-r--r--group_vars/all/vars.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml
index 5c7cead..f1ce97f 100644
--- a/group_vars/all/vars.yml
+++ b/group_vars/all/vars.yml
@@ -199,7 +199,7 @@ git:
user: liweitianux
api: "https://api.github.com"
url: "git@github.com"
- keyname: "github.key"
+ keyfile: "{{ playbook_dir }}/private/ssh/github.key"
keytype: ed25519
# Export public repositories
cgit: