Browse Source

connection/ssh_lxc.py: new ssh_lxc interface (0)

First step to develop a new cleaner ssh_lxc interface.

Here we clone `ansible/plugins/connection/ssh.py` from Ansible version
2.9.6.

It will be adapted to use `lxc-attach` on the target host.
python3
Zolfa 5 years ago
parent
commit
d802e3b8aa
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 1254 additions and 0 deletions
  1. +1254
    -0
      connection_plugins/ssh_lxc.py

+ 1254
- 0
connection_plugins/ssh_lxc.py
File diff suppressed because it is too large
View File


Loading…
Cancel
Save