From 7a63ffd9493b0a8b636de26b8f0954cf08a2b9d9 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 14 Feb 2018 00:18:24 +0800 Subject: Init ansible playbook for DFly VPS bootstrap --- group_vars/all | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 group_vars/all (limited to 'group_vars') diff --git a/group_vars/all b/group_vars/all new file mode 100644 index 0000000..9c078f2 --- /dev/null +++ b/group_vars/all @@ -0,0 +1,5 @@ +--- +deploy_user: ansible +ansible_ssh_private_key_file: ./ssh/ansible.key + +# vim: set ft=yaml sw=2: # -- cgit v1.2.2