diff options
author | Aaron LI <aly@aaronly.me> | 2018-02-14 00:18:24 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-02-14 00:20:47 +0800 |
commit | 7a63ffd9493b0a8b636de26b8f0954cf08a2b9d9 (patch) | |
tree | ba9e2c9005f630814681b3a10bfc9a00a2e3bac4 /group_vars/all | |
download | ansible-dfly-vps-7a63ffd9493b0a8b636de26b8f0954cf08a2b9d9.tar.bz2 |
Init ansible playbook for DFly VPS bootstrap
Diffstat (limited to 'group_vars/all')
-rw-r--r-- | group_vars/all | 5 |
1 files changed, 5 insertions, 0 deletions
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: # |