Saltstack Official Home Assistant 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.

31 lines
465B

  1. ---
  2. driver:
  3. name: vagrant
  4. vm_hostname: .ci.local
  5. use_sudo: false
  6. customize:
  7. memory: 512
  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. formula:
  15. log_level: info
  16. state_top:
  17. base:
  18. "*":
  19. -
  20. pillars:
  21. top.sls:
  22. base:
  23. "*":
  24. -
  25. grains:
  26. noservices: True
  27. # vim: ft=yaml sw=2 ts=2 sts=2 tw=125