From 9f78192e5b4bf1925dd1b2e7c155660bf9dfd34b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 3 Mar 2018 01:02:30 +0800 Subject: Create /private/ dir and move ssh/ in --- .gitignore | 2 +- group_vars/all | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f3b2ca8..ebda476 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ *.old *.retry -/ssh/ +/private/ diff --git a/group_vars/all b/group_vars/all index 9c078f2..1fdd04a 100644 --- a/group_vars/all +++ b/group_vars/all @@ -1,5 +1,5 @@ --- deploy_user: ansible -ansible_ssh_private_key_file: ./ssh/ansible.key +ansible_ssh_private_key_file: private/ssh/ansible.key # vim: set ft=yaml sw=2: # -- cgit v1.2.2