Saltstack Official IPTables Formula
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

10 lines
334B

  1. doc:
  2. name: iptables
  3. 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.
  4. role:
  5. {%- if pillar.iptables.service is defined %}
  6. service:
  7. name: service
  8. param: {}
  9. {%- endif %}