mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-27 00:36:24 +00:00
31 lines
547 B
YAML
31 lines
547 B
YAML
---
|
|
driver:
|
|
name: delegated
|
|
options:
|
|
managed: false
|
|
login_cmd_template: 'docker exec -ti {instance} bash'
|
|
ansible_connection_options:
|
|
ansible_connection: docker
|
|
lint: |
|
|
set -e
|
|
yamllint .
|
|
platforms:
|
|
- name: instance-kind
|
|
provisioner:
|
|
name: ansible
|
|
log: true
|
|
lint: {}
|
|
inventory:
|
|
host_vars:
|
|
localhost:
|
|
ansible_python_interpreter: '{{ ansible_playbook_python }}'
|
|
env:
|
|
ANSIBLE_FORCE_COLOR: 'true'
|
|
scenario:
|
|
name: default
|
|
test_sequence:
|
|
- lint
|
|
- syntax
|
|
- converge
|
|
- verify
|