some fixes

This commit is contained in:
jack 2016-08-01 21:21:25 +03:00
parent ca47bb136c
commit 26ab5ff9c1
3 changed files with 6 additions and 4 deletions

View File

@ -11,7 +11,8 @@ easyrsa_reinit_existent: True
dns_servers:
- 8.8.8.8
- 8.8.4.4
vpn_network: 10.19.48.0/24
vpn_network: 10.19.48.0/24
server_name: "{{ ansible_ssh_host }}"
users:
- mr.smith

View File

@ -42,8 +42,8 @@
default: "7"
private: no
- name: "server_name"
prompt: "Name the vpn server:\nMaybe a valid DNS name"
- name: "do_server_name"
prompt: "Name the vpn server:\n"
default: "strongswan.local"
private: no
@ -65,7 +65,7 @@
digital_ocean:
state: present
command: droplet
name: "{{ server_name }}"
name: "{{ do_server_name }}"
region_id: "{{ regions[do_region] }}"
size_id: "512mb"
image_id: "ubuntu-16-04-x64"

View File

@ -1,3 +1,4 @@
[user-management]
37.139.31.29
146.185.161.17
37.139.11.102