Commit Graph

58 Commits

Author SHA1 Message Date
David Wilson 76e739a0ba ansible: inverted sense of execute paramter 2018-03-19 21:58:31 +05:45
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.
2018-03-19 21:58:31 +05:45
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.
2018-03-19 21:58:31 +05:45
David Wilson cccfebec74 ansible: correct temp file cleanup for template action. 2018-03-19 21:58:30 +05:45
David Wilson 1e9fd63343 ansible: Ansible 2.4 compatibility. 2018-03-19 21:58:30 +05:45
David Wilson 91116810a1 ansible: delete utils.py and promote cast() to mitogen.utils 2018-03-19 21:58:30 +05:45
David Wilson 57894b18e0 ansible: support class_only=True in wrapped loader 2018-03-19 21:58:29 +05:45
David Wilson 331f77ee2b ansible: generalized action module wrapping. 2018-03-19 21:58:29 +05:45