Saltstack Official IPTables Formula
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- doc:
- name: iptables
- description: iptables is a user-space application program that allows a system administrator to configure the tables provided by the Linux kernel firewall and the chains and rules it stores.
- role:
- {%- if pillar.iptables.service is defined %}
- service:
- name: service
- param: {}
- {%- endif %}
|