Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ansible
/
onf-ansible
/
c6b7fb7a006a561603e44610ec78750d406cf6f1
/
.
/
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}