-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
74 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
12 changes: 7 additions & 5 deletions
12
environments/test/group_vars/openvpn → environments/test/group_vars/openvpn.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
|
||
openvpn_server: 10.3.0.0 255.255.255.0 | ||
|
||
--- | ||
# public VPN entry point for client.conf | ||
openvpn_host: 192.168.10.101 | ||
# internal VPN IP | ||
openvpn_server: 10.3.0.0 255.255.255.0 | ||
|
||
# all vpn user keys | ||
openvpn_clients_active: | ||
- name: testvpnuser | ||
- name: vpnhost_static | ||
content: "ifconfig-push 10.3.0.2 255.255.255.0" | ||
- name: dynamic_ip_user | ||
- name: vpnuser_laptop | ||
content: '' | ||
|
||
openvpn_clients_revoke: [] | ||
|
||
openvpn_use_pam: false | ||
openvpn_download_dir: "../.vpnkeys/test/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
# see Vagrantfile | ||
[all:vars] | ||
ansible_ssh_user=vagrant | ||
|
||
[gitlab] | ||
gitlab-server ansible_host=192.168.10.101 ansible_user=vagrant | ||
gitlab-runner1 ansible_host=192.168.10.102 ansible_user=vagrant | ||
gitlab-server ansible_host=192.168.10.101 | ||
gitlab-runner1 ansible_host=192.168.10.102 | ||
|
||
[openvpn] | ||
openvpn-server ansible_host=192.168.10.101 ansible_user=vagrant | ||
openvpn-server ansible_host=192.168.10.101 ansible_ssh_user=vagrant | ||
|
||
[openvpn_clients_group] | ||
user1 ansible_host=192.168.10.102 ansible_user=vagrant openvpn_client_name=testvpnuser | ||
vpnhost ansible_host=192.168.10.102 openvpn_client_name=vpnhost_static | ||
|
||
[monitored] | ||
eye ansible_host=192.168.10.101 ansible_user=vagrant | ||
beacon1 ansible_host=192.168.10.102 ansible_user=vagrant | ||
eye ansible_host=192.168.10.101 | ||
beacon1 ansible_host=192.168.10.102 | ||
|
||
[distribution-hub] | ||
pubhub ansible_host=192.168.10.101 ansible_user=vagrant | ||
|
||
[dns-server] | ||
dns ansible_host=192.168.10.101 ansible_user=vagrant | ||
|
||
nextcloud_host ansible_host=192.168.10.101 ansible_user=vagrant | ||
pubhub ansible_host=192.168.10.101 | ||
dns ansible_host=192.168.10.101 | ||
nextcloud_host ansible_host=192.168.10.101 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters