Closed devonhk closed 7 years ago
There are a few crossover things like this where variables are shared between roles, but they're extremely rare. I think it would a be a good goal to make sure each role can be used independently. It's on the list :)
Updated the issue title to reflect the root cause is the removal of some roles with cross dependencies from the openvpn role.
Removing Streisand roles is not supported. We are working towards modularization support but in the mean time by removing roles you will break Streisand and we can't support you. Thanks!
I'm using the ansible playbook to install openvpn and stunnel. I've commented out the other roles in the
streisand.yml
. It fails with this error messageThe roles I'm currently using:
- common
- openvpn
- stunnel
It seems to me that the playbooks were written in a monolithic way. It's either I install everything or nothing. Is this the case?
Thanks in advance!