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.

45 lines
765 B

  1. ---
  2. driver:
  3. name: vagrant
  4. provider:
  5. name: libvirt
  6. options:
  7. driver: kvm
  8. lint: |
  9. set -e
  10. yamllint -c ../../../.yamllint .
  11. platforms:
  12. - name: ubuntu20
  13. box: generic/ubuntu2004
  14. cpus: 1
  15. memory: 1024
  16. nested: true
  17. groups:
  18. - kube_control_plane
  19. - name: almalinux8
  20. box: almalinux/8
  21. cpus: 1
  22. memory: 1024
  23. nested: true
  24. groups:
  25. - kube_control_plane
  26. provisioner:
  27. name: ansible
  28. env:
  29. ANSIBLE_ROLES_PATH: ../../../../
  30. config_options:
  31. defaults:
  32. callback_whitelist: profile_tasks
  33. timeout: 120
  34. lint:
  35. name: ansible-lint
  36. options:
  37. c: ../../../.ansible-lint
  38. inventory:
  39. group_vars:
  40. all:
  41. become: true
  42. verifier:
  43. name: testinfra
  44. lint:
  45. name: flake8