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.

57 lines
961 B

  1. ---
  2. dependency:
  3. name: galaxy
  4. lint: |
  5. set -e
  6. yamllint -c ../../.yamllint .
  7. driver:
  8. name: vagrant
  9. provider:
  10. name: libvirt
  11. platforms:
  12. - name: ubuntu16
  13. box: generic/ubuntu1604
  14. cpus: 1
  15. memory: 512
  16. - name: ubuntu18
  17. box: generic/ubuntu1804
  18. cpus: 1
  19. memory: 512
  20. - name: ubuntu20
  21. box: generic/ubuntu2004
  22. cpus: 1
  23. memory: 512
  24. - name: centos7
  25. box: centos/7
  26. cpus: 1
  27. memory: 512
  28. - name: almalinux8
  29. box: almalinux/8
  30. cpus: 1
  31. memory: 512
  32. - name: debian9
  33. box: generic/debian9
  34. cpus: 1
  35. memory: 512
  36. - name: debian10
  37. box: generic/debian10
  38. cpus: 1
  39. memory: 512
  40. provisioner:
  41. name: ansible
  42. config_options:
  43. defaults:
  44. callback_whitelist: profile_tasks
  45. timeout: 120
  46. lint:
  47. name: ansible-lint
  48. inventory:
  49. group_vars:
  50. all:
  51. user:
  52. name: foo
  53. comment: My test comment
  54. verifier:
  55. name: testinfra
  56. lint:
  57. name: flake8