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.

31 lines
511 B

  1. ---
  2. role_name_check: 1
  3. dependency:
  4. name: galaxy
  5. driver:
  6. name: vagrant
  7. provider:
  8. name: libvirt
  9. platforms:
  10. - name: bastion-01
  11. box: generic/ubuntu2004
  12. cpus: 1
  13. memory: 512
  14. provider_options:
  15. driver: kvm
  16. provisioner:
  17. name: ansible
  18. config_options:
  19. defaults:
  20. callbacks_enabled: profile_tasks
  21. timeout: 120
  22. inventory:
  23. hosts:
  24. all:
  25. hosts:
  26. children:
  27. bastion:
  28. hosts:
  29. bastion-01:
  30. verifier:
  31. name: testinfra