Steven Robertson
|
40d53bcf96
|
3 v is too much v for azure devops to render
|
4 years ago |
Steven Robertson
|
c6d42212dd
|
add some debugging info, was able to run the failed synchronize test locally just fine using test framework, not sure what's going on
|
4 years ago |
Steven Robertson
|
f91cbf4d00
|
test cleanup and trying to replicate synchronize fails
|
4 years ago |
Steven Robertson
|
8d95172821
|
warnings silenced, see if can put back in vvv
|
4 years ago |
Steven Robertson
|
1091cd7ca1
|
try and suppress mode warning clogging up logs
|
4 years ago |
Steven Robertson
|
0a46a4e47b
|
logs too verbose, unable to load test page
|
4 years ago |
Steven Robertson
|
b3c94867e2
|
run tests with verbose logging
|
4 years ago |
Steven Robertson
|
069d7da79f
|
perhaps a modern debops version will work
|
4 years ago |
Steven Robertson
|
d940f64469
|
travis pip is 9 from what the logs say
|
4 years ago |
Steven Robertson
|
b26a636bba
|
remove ansible 2.4-specific test
|
4 years ago |
Steven Robertson
|
fbb92e461f
|
fix fixup_perms2 default file mode
|
4 years ago |
Steven Robertson
|
dc94633011
|
ansible_install.py already installs ansible and collections, so don't need to in ansible_tests.py
|
4 years ago |
Steven Robertson
|
2c9b6433ef
|
fix another encoding place
|
4 years ago |
Steven Robertson
|
140406342b
|
fixed installing into python2 container by specifying encoding
|
4 years ago |
Steven Robertson
|
371f0a6657
|
ansible 2.10 installed in python 2.7.16 locally, see if it's the python version or pip that's the issue
|
4 years ago |
Steven Robertson
|
f994807d74
|
ansible 2.10 renamed ping module to reflect legacy builtin collection
|
4 years ago |
Steven Robertson
|
55c5a274cc
|
install community.general collection
|
4 years ago |
Steven Robertson
|
3a3b8bcb80
|
oops, forgot a )
|
4 years ago |
Steven Robertson
|
437761ebef
|
more test scripts
|
4 years ago |
Steven Robertson
|
5dee6fb891
|
fix ansible install, also TODO: why do we have 3 almost the same install scripts...
|
4 years ago |
Steven Robertson
|
130e111f21
|
rename test and add VER to mito27_27
|
4 years ago |
Steven Robertson
|
fa1269bca8
|
see what happens with only ansible 2.10 tests, still need to install collections tho
|
4 years ago |
Steven Robertson
|
02aedcdacd
|
fix issue with collections module_utils raised in alikins example
|
4 years ago |
Steven Robertson
|
03438271bb
|
able to remove the hack on ActionBase after all
|
4 years ago |
Steven Robertson
|
19f92a2435
|
fix inefficient basepath check
|
4 years ago |
Steven Robertson
|
5215646c8a
|
code cleanup
|
4 years ago |
Steven Robertson
|
0b421e0d3c
|
able to run docker_container installed via 'ansible-galaxy collection install community.general'
|
4 years ago |
Steven Robertson
|
45797a0d34
|
able to send collections paths to master with very little change to core Mitogen, need to ensure imports work properly now though
|
4 years ago |
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 |