Set the connection plugin and transport separately, add tests

This commit is contained in:
Fabian von Feilitzsch
2020-08-26 14:48:40 -04:00
parent 16059a8111
commit 1c5a8fd49f
4 changed files with 94 additions and 1 deletions

View File

@@ -15,8 +15,13 @@ platforms:
provisioner:
name: ansible
log: true
config_options:
inventory:
enable_plugins: community.kubernetes.k8s
lint: {}
inventory:
hosts:
plugin: community.kubernetes.k8s
host_vars:
localhost:
ansible_python_interpreter: '{{ ansible_playbook_python }}'