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.

35 lines
557 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: bastion-01
  13. box: generic/ubuntu2004
  14. cpus: 1
  15. memory: 512
  16. provisioner:
  17. name: ansible
  18. config_options:
  19. defaults:
  20. callbacks_enabled: profile_tasks
  21. timeout: 120
  22. lint:
  23. name: ansible-lint
  24. inventory:
  25. hosts:
  26. all:
  27. hosts:
  28. children:
  29. bastion:
  30. hosts:
  31. bastion-01:
  32. verifier:
  33. name: testinfra
  34. lint:
  35. name: flake8