Saltstack Official UFW Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

34 行
585B

  1. ufw:
  2. enabled: True
  3. settings:
  4. loglevel: 'low'
  5. applications:
  6. MySQL:
  7. comment: Allow MySQL
  8. Postgresql:
  9. limit: True
  10. comment: Limit Postgresql
  11. SSH223:
  12. deny: True
  13. comment: Deny Webscale SSH
  14. '*':
  15. deny: True
  16. from_addr: 10.0.0.0/8
  17. services:
  18. '*':
  19. deny: True
  20. from_addr:
  21. - 10.0.0.1
  22. - 10.0.0.2
  23. '22':
  24. protocol: tcp
  25. limit: True
  26. comment: Limit SSH
  27. '80':
  28. protocol: tcp
  29. deny: True
  30. comment: Deny HTTP
  31. '443':
  32. protocol: tcp
  33. comment: Allow HTTPS