Steven Robertson
|
6e51f1a184
|
found a way to load collections without affecting mitogen core code
|
4 years ago |
Steven Robertson
|
8d3ee26079
|
code cleanup
|
4 years ago |
Steven Robertson
|
ca94751f15
|
remove hack
|
4 years ago |
Steven Robertson
|
f1bdc39047
|
added note about breaking backwards compat
|
4 years ago |
Steven Robertson
|
1d13df718a
|
connection_loader.get isn't called anymore, it's connection_loader.get_with_context now
|
4 years ago |
Steven Robertson
|
6ba08097b6
|
more notes, strategy plugin is being called but Mitogen's method overrides aren't being triggered
|
4 years ago |
Steven Robertson
|
ca4e8116b7
|
TODO: turns out ansible 2.10 doesn't run Mitogen like it used to; was running old ansible version before because ansible-base didn't override everything. Did a fresh uninstall of ansible and installed 2.10.0 and Mitogen's connection monkeypatching isn't working
|
4 years ago |
Steven Robertson
|
1bd4b8afcd
|
much thinking needs to be done regarding how to handle not requiring sshpass...
|
4 years ago |
Steven Robertson
|
6ac9168d55
|
need to get around sshpass check here somehow: https://github.com/ansible/ansible/blob/v2.10.0/lib/ansible/plugins/connection/ssh.py#L577
|
4 years ago |
Steven Robertson
|
583f540889
|
added comments
|
4 years ago |
Steven Robertson
|
cc8febb841
|
use new released 2.10
|
4 years ago |
Steven Robertson
|
e34cf8667f
|
Merge branch 'master' into collectionsSupport
|
4 years ago |
Steven Robertson
|
a60c6c14a2
|
Merge pull request #723 from s1113950/fixTests
Fixes tests
|
4 years ago |
Steven Robertson
|
bacc752ff2
|
Pegs python 2 version, removes unused imports, fixes sudden ssh dir with bad perms, generates key for sudo user as well in tests
|
4 years ago |
Steven Robertson
|
a18be5afef
|
Merge pull request #728 from nmattia/nm-fix-typo
Fix typo in Ansible documentation
|
4 years ago |
Nicolas Mattia
|
4d48f140a8
|
Fix typo in Ansible documentation
|
4 years ago |
Steven Robertson
|
3a52b44b6b
|
Merge pull request #719 from s1113950/issue672
Resolves ansible 2.9+, Mitogen, and Python 3.5 setup module issue
|
4 years ago |
Steven Robertson
|
81076c9da8
|
fixes setup module relative import fail on some pythons
|
4 years ago |
Steven Robertson
|
67f1ca97c4
|
Merge pull request #722 from luizribeiro/patch-1
Fix mitogen_ssh_keepalive_interval documentation
|
5 years ago |
Luiz Ribeiro
|
0e47280e43
|
Fix mitogen_ssh_keepalive_interval documentation
|
5 years ago |
Steven Robertson
|
376d8d0fab
|
remove old hacks; ansible_collections is available at time of invoker but not later
|
5 years ago |
Steven Robertson
|
1ef96b5827
|
normal search-jump-around-code-easily word exists in the code already so switching to jjj
|
5 years ago |
Steven Robertson
|
afd8902d6b
|
hackily sorta got imp.find_module to load module_utils but it breaks further package discovery, needs fix
|
5 years ago |
Steven Robertson
|
955e77c5db
|
WIP: able to load subdirs but now need to treat them as submodules properly
|
5 years ago |
Steven Robertson
|
ab55d05267
|
all in on ansible 2.10+ for collections support
|
5 years ago |
Steven Robertson
|
c92a9ace41
|
bump max ansible version
|
5 years ago |
Steven Robertson
|
b20aa982c7
|
use a commit that actually exists
|
5 years ago |
Steven Robertson
|
ac1e72eec4
|
Merge branch 'master' into collectionsSupport
|
5 years ago |
Steven Robertson
|
c2ee512a99
|
fix duplicate test name
|
5 years ago |
Steven Robertson
|
40183138b4
|
add some tests pointing to almost-devel version of Ansible for collection preparation
|
5 years ago |
Steven Robertson
|
921f3aa98c
|
Merge pull request #717 from s1113950/issue716
Handles no tmpdir in fetch command for old ansible versions
|
5 years ago |
Steven Robertson
|
e632310fc4
|
no tmpdir to remove for old ansible versions in fetch command
|
5 years ago |
Steven Robertson
|
4b42dd1434
|
able to load things from sys.modules but not everything loads that way
|
5 years ago |
Steven Robertson
|
3dbfe085ab
|
close-ish, getting 'ansible_collections has no submodule alikins' though because of empty submodules
|
5 years ago |
Steven Robertson
|
ddc1eebec8
|
able to load collection but the mitogen master proc was unable to serve it
|
5 years ago |
Steven Robertson
|
e99d63f4fc
|
able to load collections but they don't do anything because no actionmodulemixin, need to tweak how this works
|
5 years ago |
Steven Robertson
|
74b7934e37
|
Merge pull request #710 from s1113950/issue655
Handles a `wait_for_connection` call right after a task caused a shutdown
|
5 years ago |
Steven Robertson
|
acde13f9d6
|
handles a 'wait_for_connection' call right after a task caused a shutdown
|
5 years ago |
Steven Robertson
|
cee088fa80
|
Merge pull request #705 from s1113950/ansible2.9.6
Adds basic Ansible 2.9.6 support, tests use desired Ansible version now, and disabled flaky test on py3.6
|
5 years ago |
Steven Robertson
|
c12e3d0f92
|
disable flaky test on py3.6
|
5 years ago |
Steven Robertson
|
9b1b5c5fb6
|
fix comment
|
5 years ago |
Steven Robertson
|
573a3c6161
|
have to number format option for python2.6
|
5 years ago |
Steven Robertson
|
54f1b9ca39
|
bionic doesn't have python2.6... sticking with trusty and downgrading to python3.6
|
5 years ago |
Steven Robertson
|
6bdcbff7b2
|
upgrade to ubuntu 18 might fix keyserver thing
|
5 years ago |
Steven Robertson
|
070fde16f3
|
upgrade to ubuntu bionic for python3.7 support
|
5 years ago |
Steven Robertson
|
e0666edaac
|
fix formatting
|
5 years ago |
Steven Robertson
|
530f5e6412
|
read in ansible installation version always
|
5 years ago |
Steven Robertson
|
db386a0350
|
enable ansible 2.9.6 tests
|
5 years ago |
Steven Robertson
|
a5fe4a9fac
|
Merge pull request #658 from s1113950/complexAnsiblePythonInterpreterArg
Adds support for special ansible_python_interpreter values, ansible_python_interpreter discovery, and fixes tests
|
5 years ago |
Steven Robertson
|
957e295ba9
|
google will always be up, just use that
|
5 years ago |