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 %}
|