Saltstack Official FirewallD Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

kitchen.yml 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. driver:
  5. name: docker
  6. driver_config:
  7. use_sudo: false
  8. privileged: true
  9. run_command: /lib/systemd/systemd
  10. pid_one_command: /usr/lib/systemd/systemd
  11. platforms:
  12. - name: centos-7-2019-2-py2
  13. driver_config:
  14. image: netmanagers/salt-2019.2-py2:centos-7
  15. platform: rhel
  16. - name: debian-9-2019-2-py3
  17. driver_config:
  18. image: netmanagers/salt-2019.2-py3:debian-9
  19. platform: debian
  20. - name: ubuntu-1804-2019-2-py3
  21. driver_config:
  22. image: netmanagers/salt-2019.2-py3:ubuntu-1804
  23. platform: ubuntu
  24. provisioner:
  25. name: salt_solo
  26. log_level: info
  27. require_chef: false
  28. formula: firewalld
  29. salt_copy_filter:
  30. - .kitchen
  31. - .git
  32. pillars_from_files:
  33. firewalld.sls: pillar.example
  34. pillars:
  35. top.sls:
  36. base:
  37. '*':
  38. - firewalld
  39. state_top:
  40. base:
  41. '*':
  42. - firewalld
  43. verifier:
  44. name: inspec
  45. sudo: true
  46. reporter:
  47. - cli
  48. inspec_tests:
  49. - path: test/integration/default
  50. suites:
  51. - name: default