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 /host_vars/vultr | |
download | ansible-dfly-vps-7a63ffd9493b0a8b636de26b8f0954cf08a2b9d9.tar.bz2 |
Init ansible playbook for DFly VPS bootstrap
Diffstat (limited to 'host_vars/vultr')
-rw-r--r-- | host_vars/vultr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host_vars/vultr b/host_vars/vultr new file mode 100644 index 0000000..324b8c1 --- /dev/null +++ b/host_vars/vultr @@ -0,0 +1,6 @@ +--- +ansible_ssh_host: vultr.liwt.net +ansible_ssh_port: 8864 +ansible_python_interpreter: /usr/local/bin/python2.7 + +# vim: set ft=yaml sw=2: # |