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