2016-10-12 20:24:56 +02:00
|
|
|
---
|
2016-11-28 16:21:13 +01:00
|
|
|
# this file included by fastd-community.yml, which is included in a loop,
|
2016-10-12 20:24:56 +02:00
|
|
|
# called seperately for each community
|
|
|
|
# => configure fastd for one community here
|
|
|
|
# hash describing community expected as "mf_com"; also expected: "f_ssh_keyfile"
|
|
|
|
|
|
|
|
#- debug: var=mf_com
|
|
|
|
|
|
|
|
#- debug: var=f_ssh_keyfile
|
|
|
|
|
|
|
|
- set_fact:
|
|
|
|
mf_com_repo: "/etc/fastd/{{mf_com.abbreviation}}VPN/peers"
|
|
|
|
mf_com_templ: "fastd.conf-gate"
|
|
|
|
|
2016-11-28 16:21:13 +01:00
|
|
|
- include: fastd-config.yml
|