mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-02 00:28:52 +00:00
Merge pull request #14813 from mattclay/lxd-plugin
Add lxd connection plugin.
This commit is contained in:
commit
822f904aa6
2 changed files with 119 additions and 0 deletions
|
|
@ -48,6 +48,13 @@ paramiko_ssh-no-pipelining ansible_ssh_pipelining=false
|
|||
ansible_host=localhost
|
||||
ansible_connection=paramiko_ssh
|
||||
|
||||
[lxd]
|
||||
lxd-pipelining ansible_ssh_pipelining=true
|
||||
lxd-no-pipelining ansible_ssh_pipelining=false
|
||||
[lxd:vars]
|
||||
ansible_host=centos-7-amd64
|
||||
ansible_connection=lxd
|
||||
|
||||
[test_default:children]
|
||||
local
|
||||
chroot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue