Saltstack Official FirewallD Formula
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.rst 1.5KB

10 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. OS Compatibility
  41. ================
  42. Tested with:
  43. * CentOS 7