2021-06-29 21:43:09 +02:00
|
|
|
---
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
|
|
|
|
|
|
|
driver:
|
|
|
|
name: docker
|
|
|
|
|
|
|
|
lint: |
|
|
|
|
set -e
|
|
|
|
yamllint .
|
|
|
|
ansible-lint
|
|
|
|
flake8
|
|
|
|
|
|
|
|
platforms:
|
|
|
|
- name: ansible_role_ctop_debian_max
|
2023-02-17 11:48:41 +01:00
|
|
|
image: debian:11
|
2021-06-29 21:43:09 +02:00
|
|
|
|
|
|
|
provisioner:
|
|
|
|
name: ansible
|
|
|
|
playbooks:
|
|
|
|
converge: ../default/converge.yml
|
|
|
|
|
|
|
|
scenario:
|
|
|
|
name: debian_max
|
|
|
|
|
|
|
|
verifier:
|
|
|
|
name: testinfra
|
|
|
|
directory: ../default/tests
|