Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ansible
/
onf-ansible
/
52d914b95a35ba9eb53c5c84021328a8bfe76960
/
.
/
playbooks
/
vpn-playbook.yml
blob: b6da7cd1f2dc2e67ef2fe2e3ab045f51100ae3f3 [
file
] [
log
] [
blame
]
---
# Ansible playbook to configure a dynamic route-based VPN with BIRD and strongSwan
-
name:
Configure VPN
hosts:
vpn
become:
true
roles:
-
{
role:
bird,
when:
"strongswan_conf_install_routes == false"
}
-
{
role:
strongswan}