-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make iptables setup optional #7
Comments
Okay. I will do so. Thanks. |
fixed. |
I reopen this issue because it's not optional. It even has the |
fixed |
I used the 'iptables' tag instead of the 'always' tag so users can apply the skip-tag option to the tag 'iptables' if they want to leave all ports open. |
This means that one always has to remember to specify that tag. It's not something I'd like to gave on a system I manage. |
Setting up Iptables is good (I asked you to do it) but some people prefer to leave all ports open.
I recommend to add a
setup_iptables
variables, which is true by default, and don't include iptables.yml if it's false.The text was updated successfully, but these errors were encountered: