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.

28 lines
479 B

  1. ---
  2. driver:
  3. name: vagrant
  4. provider:
  5. name: libvirt
  6. lint: |
  7. set -e
  8. yamllint -c ../../../.yamllint .
  9. platforms:
  10. - name: kubespray-docker
  11. box: generic/ubuntu1804
  12. cpus: 2
  13. memory: 1024
  14. provisioner:
  15. name: ansible
  16. env:
  17. ANSIBLE_ROLES_PATH: ../../../../
  18. config_options:
  19. defaults:
  20. callback_whitelist: profile_tasks
  21. lint:
  22. name: ansible-lint
  23. options:
  24. c: ../../../.ansible-lint
  25. verifier:
  26. name: testinfra
  27. lint:
  28. name: flake8