From 90f7b4baeadb286a4d9c71336d9be2d2a7f63041 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 29 Apr 2018 02:18:26 +0100 Subject: [PATCH] ansible: stub plugin documentation. --- ansible_mitogen/plugins/connection/mitogen_ssh.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ansible_mitogen/plugins/connection/mitogen_ssh.py b/ansible_mitogen/plugins/connection/mitogen_ssh.py index 6a5c10f8..c0c577c3 100644 --- a/ansible_mitogen/plugins/connection/mitogen_ssh.py +++ b/ansible_mitogen/plugins/connection/mitogen_ssh.py @@ -29,6 +29,18 @@ import os.path import sys +DOCUMENTATION = """ + author: David Wilson + connection: mitogen_ssh + short_description: Connect over SSH via Mitogen + description: + - This connects using an OpenSSH client controlled by the Mitogen for + Ansible extension. It accepts every option the vanilla ssh plugin + accepts. + version_added: "2.5" + options: +""" + try: import ansible_mitogen.connection except ImportError: