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.

49 lines
837 B

  1. ---
  2. driver:
  3. name: vagrant
  4. provider:
  5. name: libvirt
  6. lint:
  7. name: yamllint
  8. options:
  9. config-file: ../../../.yamllint
  10. platforms:
  11. # - name: ubuntu1804
  12. # box: generic/ubuntu1804
  13. # cpus: 2
  14. # memory: 1024
  15. # groups:
  16. # - kube-master
  17. - name: centos7
  18. box: centos/7
  19. cpus: 2
  20. memory: 1024
  21. groups:
  22. - kube-master
  23. - name: centos8
  24. box: centos/8
  25. cpus: 2
  26. memory: 1024
  27. groups:
  28. - kube-master
  29. - name: fedora
  30. box: fedora/31-cloud-base
  31. cpus: 2
  32. memory: 1024
  33. groups:
  34. - kube-master
  35. provisioner:
  36. name: ansible
  37. env:
  38. ANSIBLE_ROLES_PATH: ../../../../
  39. config_options:
  40. defaults:
  41. callback_whitelist: profile_tasks
  42. lint:
  43. name: ansible-lint
  44. options:
  45. c: ../../../.ansible-lint
  46. verifier:
  47. name: testinfra
  48. lint:
  49. name: flake8