Commit Graph

158 Commits (d3413372b42fef19b8a265f2b1cc44203aecda9d)

Author SHA1 Message Date
David Wilson 88c198ea05 issue #141: copy Ansible's connect_timeout for sudo too. 8 years ago
David Wilson 7d12154a92 ansible: fix formatting 8 years ago
David Wilson 12c6e574fb ansible: disable host key checking for now
Need a better story (perhaps a callback function?) for handling this.
8 years ago
David Wilson b63af1de85 ansible: implement _transfer_data for <2.4 template action 8 years ago
David Wilson 3ddbf1a503 ansible: basic support for ssh_args 8 years ago
David Wilson da00437f1e ansible: Support ansible_ssh_private_key_file 8 years ago
David Wilson a87b665099 ansible: limited support for become_flags, more docs. 8 years ago
David Wilson bde6f888a0 ansible: restructure package to avoid yet more madness
Ansible's PluginLoader makes up bullshit when it imports a module
(mostly because it has to make up something), therefore we ended up with
duplicate copies of ansible_mitogen loaded: one under
ansible.plugins.*.mitogen, and one under the canonical namespace.

Which broke isinstance().
8 years ago