Saltstack Official Linux 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.

37 satır
579B

  1. ---
  2. driver:
  3. name: vagrant
  4. vm_hostname: linux.ci.local
  5. use_sudo: false
  6. customize:
  7. memory: 1024
  8. provisioner:
  9. name: salt_solo
  10. salt_install: bootstrap
  11. salt_bootstrap_url: https://bootstrap.saltstack.com
  12. salt_version: latest
  13. require_chef: false
  14. log_level: error
  15. formula: linux
  16. grains:
  17. noservices: true
  18. state_top:
  19. base:
  20. "*":
  21. - linux
  22. pillars:
  23. top.sls:
  24. base:
  25. "*":
  26. - linux
  27. platforms:
  28. - name: ubuntu-16.04
  29. - name: ubuntu-14.04
  30. - name: centos-7.3
  31. - name: centos-6.8
  32. # vim: ft=yaml sw=2 ts=2 sts=2 tw=125