Commit Graph

16 Commits (b63af1de85b9344eda2c5b687e2d476a2c46e4be)

Author SHA1 Message Date
David Wilson b63af1de85 ansible: implement _transfer_data for <2.4 template action 8 years ago
David Wilson b527628b17 issue #109: do exactly what Ansible does
Could it be that some empty dict magically gets populated from somewhere
invisible?
8 years ago
David Wilson e0382ab2db ansible: teach ActionModule to disappear for non-Mitogen Connections
Closes #103.
8 years ago
David Wilson 734fb75203 ansible: mixins.py docstrings. 8 years ago
David Wilson 7080751f13 ansible: support environment: too. 8 years ago
David Wilson 7cf2edc3a8 ansible: Support many more common playbook variables. 8 years ago
David Wilson 3183dd4147 ansible: initial support for async jobs
Running in a thread to begin with, but this must change.
8 years ago
David Wilson ff617824a1 ansible: fix some flake8 errors
* Unused imports
* Undefined names in helpers.py
* Copyright header wrapping
8 years ago
David Wilson 76e739a0ba ansible: inverted sense of execute paramter 8 years ago
David Wilson 83f2862431 ansible: _remote_chmod() / _fixup_perms2() can be called sometimes.
It's used at least by the copy module, even though the result is still
mostly a no-op. _remote_chmod() doesn't accept octal mode, it accepts
symbolic mode. So implement a symbolic parser in helpers.py.
8 years ago
David Wilson f3315fc172 ansible: better emulate _low_level_execute_command()
Still needs a ton of work to emulate argument handling, shell selection,
and output emulation in every case. Unsurprisingly, Ansible documents
none of this.
8 years ago
David Wilson cccfebec74 ansible: correct temp file cleanup for template action. 8 years ago
David Wilson 1e9fd63343 ansible: Ansible 2.4 compatibility. 8 years ago
David Wilson 91116810a1 ansible: delete utils.py and promote cast() to mitogen.utils 8 years ago
David Wilson 57894b18e0 ansible: support class_only=True in wrapped loader 8 years ago
David Wilson 331f77ee2b ansible: generalized action module wrapping. 8 years ago