Skip to content

Commit

Permalink
add openpvn playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Aug 9, 2024
1 parent e809afb commit 4ca792d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions playbooks/openvpn-connector-disable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- hosts: openvpn_disabled
roles:
- openvpn-connector-stop
4 changes: 4 additions & 0 deletions playbooks/openvpn-connector-enabled.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- hosts: openvpn_enabled
roles:
- openvpn-connector-start
2 changes: 1 addition & 1 deletion playbooks/openvpn-connector-start.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
- hosts: openvpn_active
- hosts: openvpn
roles:
- openvpn-connector-start
2 changes: 1 addition & 1 deletion playbooks/openvpn-connector-stop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
- hosts: openvpn_disabled
- hosts: openvpn
roles:
- openvpn-connector-stop

0 comments on commit 4ca792d

Please sign in to comment.