Saltstack Official IPTables Formula
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- {%- from "iptables/map.jinja" import schema with context %}
- {%- if pillar.iptables.service.enabled is not defined %}
- include:
- - iptables.v{{ schema.epoch }}.v4_service
- - iptables.v{{ schema.epoch }}.v6_service
- {%- endif %}
|