Saltstack Official FirewallD Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.rst 1.5KB

10 lat temu
10 lat temu
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ===========
  2. firewalld-formula
  3. ===========
  4. Salt Stack Formula to set up and configure Firewalld, dynamically managed firewall with support for network/firewall zones to define the trust level of network connections or interfaces
  5. NOTICE BEFORE YOU USE
  6. =====================
  7. * This formula aims to follow the conventions and recommendations described at http://docs.saltstack.com/topics/conventions/formulas.html
  8. TODO
  9. ====
  10. * configure local pre-commit hooks (code syntax check based on file extension, check for ugly *utf-8 mac os white space*)
  11. Instructions
  12. ============
  13. 1. Add this repository as a `GitFS <http://docs.saltstack.com/topics/tutorials/gitfs.html>`_ backend in your Salt master config.
  14. 2. Configure your Pillar top file (``/srv/pillar/top.sls``), see pillar.example
  15. 3. Include this Formula within another Formula or simply define your needed states within the Salt top file (``/srv/salt/top.sls``).
  16. Available states
  17. ================
  18. .. contents::
  19. :local:
  20. ``firewalld``
  21. -------
  22. Manage firewalld
  23. Additional resources
  24. ====================
  25. None
  26. Formula Dependencies
  27. ====================
  28. None
  29. Contributions
  30. =============
  31. Contributions are always welcome. All development guidelines you have to know are
  32. * write clean code (proper YAML+Jinja syntax, no trailing whitespaces, no empty lines with whitespaces, LF only)
  33. * set sane default settings
  34. * test your code
  35. * update README.rst doc
  36. Salt Compatibility
  37. ==================
  38. Tested with:
  39. * 2014.1.x
  40. * 2015.5.x
  41. OS Compatibility
  42. ================
  43. Tested with:
  44. * CentOS 7
  45. * Archlinux