Nathaniel Case
6b162142a7
ios_file: Don't leave leftover files behind ( #42622 )
...
* Don't leave leftover files behind
* Fix writing files in python3
* Replace nonascii.bin with one that will not pass for unicode
6 years ago
Ganesh Nalawade
6a94090e7f
Fix junos facts integration test failures ( #42623 )
...
* Make fetching old style facts optional
and try to fetch the old style facts only when
`ofacts` value is present in `gather_facts`
* Fix in junos_facts integration test
6 years ago
Jordan Borean
d723b8541d
changed winrm _reset to reset and make ssh reset show warning ( #42651 )
...
* changed winrm _reset to reset and make ssh reset show warning
* minor changelog update
6 years ago
Matt Davis
a5fc9a17f0
return wu result from inner job ( #42647 )
...
fixes #42423
6 years ago
Brian Coca
e115e6496f
preserve delegation info on no_log ( #42577 )
...
* preserve delegation info on no_log
fixes #42344
6 years ago
Jiri Tyr
028f79a86b
Adding the Ansible way how to create a password hash
6 years ago
Pavel Eremeev
2a90bea311
Several kubectl fixes ( #40882 )
...
* Fixed typo
* Fixed namespace parameter and tmp dir
6 years ago
Felix Fontein
765a5130d5
Docker modules: improve documentation on docker vs. docker-py Python package requirements ( #42457 )
...
* Make sure all docker-py/docker requirements are listed, and clarify about docker vs. docker-py.
* Adjusting changes made in #40839 .
6 years ago
Dag Wieers
27f540ac5c
Add parameter types to documentation ( #42572 )
...
Few documentation fixes
6 years ago
rhorer
28820d3de0
Very slightly clean up the inline documentation
6 years ago
Samir Musali
985768b2af
LogDNA Callback Plugin ( #40296 )
...
* LogDNA Callback Plugin...
6 years ago
Clement Trebuchet
c7981c4cc8
Add the NIOS RECORD PTR Module ( #41900 )
...
* Add the NIOS RECORD PTR Module
* FIX E241,E231, E105
* FIX module should not be executable
* FIX module RWX
* Remove change in nios_srv_record
* Remove change in nios_srv_record
* FIX test_nios_ptr_record_update_comment
* ADD: Integration and target tests for the NIOS PTR RECORD module.
* FIX module name in integrations tests
* Update integration
* Refactor nios_ptr_record module
* Refactor the nios_ptr_record_idempotence
* FIX name
* Smoketests for the NIOS modules does not take care of the PTR:RECORD object
* REM the default for view
* Add finals test, after adding the PR (https://github.com/ansible/nios-test-container/pull/1 ) in order to handle PTR:RECORD
* add the define nios specific constant for PTR:RECORD
* fix: documentation style
* add create an ipv6 ptr record
* rename class name, add ipv6 unittest
6 years ago
Sumit Jaiswal
8b61dd6efc
Updating the nios_test_container version to 1.1.0 from 1.0.0 ( #42526 )
...
* updating the nios_test_container version
* changing the version
6 years ago
Fran Fitzpatrick
5928ec04ca
Adds an ipmath filter ( #41985 )
6 years ago
Will Thames
79e366e7ba
Update k8s maintainers ( #42608 )
...
Add willthames to list, and also ensure that all module_utils/k8s
files are correctly managed
6 years ago
Sloane Hertel
7086863c52
[s3_bucket] import urlparse ( #42474 )
6 years ago
Toshio Kuratomi
ccbac66128
Revert "Make ansible doesn't parse template-like password in user's input ( #42275 )"
...
This reverts commit de40ac02a5
.
Passwords from the cli need to remain bytes on input otherwise we have
encoding problems when users input non-utf8
6 years ago
Brian Coca
a37f27a243
removed note from already removed 1.x api comment
...
fixes #39888
6 years ago
Jerry Chong
42f44b24c6
Fix NameError in pause module ( #42038 )
...
* Fix NameError in pause module
* Add comment and changelog
Co-authored-by: Jerry Chong <jchong@netbase.com>
6 years ago
Martin Krizek
cde3a03b32
Remove me from yum maintainers in BOTMETA ( #42631 )
6 years ago
Grzegorz Śliwiński
d6f20952fe
Fix ec2_asg metric* option's version introduction - refs #25168 ( #42626 )
...
Introduced in 404f9260d9
during 2.6, so version_added: 2.5 was incorrect.
6 years ago
Nilashish Chakraborty
fa624eba29
Fixed regex to pick correct items ( #42557 )
6 years ago
Will Thames
42eaa00371
Provide kubernetes definition diffs in check_mode ( #41471 )
...
Move dict_merge from azure_rm_resource module to
module_utils.common.dict_transformations and add tests.
Use dict_merge to provide a fairly realistic, reliable
diff output when k8s-based modules are run in check_mode.
Rename unit tests so that they actually run and reflect
the module_utils they're based on.
6 years ago
hitsumabushi
cf7a42b4f4
allow empty line in src template file ( #42493 )
6 years ago
Jordan Borean
940d4a0e89
win_reboot: fix 2.6 issues and better handle post reboot reboot ( #42330 )
...
* win_reboot: fix 2.6 issues and better handle post reboot reboot
* changed winrm _reset to reset
* Add handler to reset calls when .reset() throws an AnsibleError on older hosts
* Moving back to _reset to get the issue fixed
6 years ago
Toshio Kuratomi
780c8986af
Add boilerplate from __future__ and type declarations
6 years ago
Matt Clay
11d0eb04ce
Temporarily switch RHEL and Windows tests to AWS.
6 years ago
Andreas Calminder
577e66660d
Simple file locking feature ( #42024 )
...
* class for file locking feature
6 years ago
Marcos Alano
2d6bb2500e
Add support for espeak-ng. Closes #42438
6 years ago
Andrew Gaffney
824524c67a
Display task banner before showing file diff ( #42573 )
6 years ago
Matt Clay
8e26a58443
Revert "Temporarily switch RHEL and Windows tests to AWS."
...
This reverts commit c3134ce6e2
.
6 years ago
Matt Clay
2fbc2abf86
Fix openshift integration test requirements.
6 years ago
saidmu
52fe9aaf04
Update intro_inventory.rst
...
<!--- I think a colon is missing-->
+label: docsite_pr
6 years ago
Fabian von Feilitzsch
c0c8766903
Ensure openshift dependency is also installed on test runner ( #42582 )
6 years ago
Abhijeet Kasurde
ef67f580cc
VMware: Add scenario guide for renaming VM ( #42094 )
...
This adds new sceario guide for renaming an existing virtual machine
to new name.
Fixes : #42084
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Deepak Agrawal
8157fa0b01
run ovs tests on centos/rhel ( #42556 )
6 years ago
Matt Martz
8aea8901c3
Add config to fail on invalid task attributes. Fixes #42479
6 years ago
Brian Coca
937e710485
ensure 'text' source assumptions ( #42522 )
...
* ensure 'text' source assumptions
6 years ago
Brian Coca
1c08eb8b27
fix irc module to work with py3 ( #42267 )
...
* fix irc module to work with py3
fixes #42256
6 years ago
Brian Coca
4a7940c562
Ensure string types ( #42362 )
...
* actually enforce string types
* unquote after its text
* fixed incorrect template type
* fixing string showed error in template typing
6 years ago
Nathaniel Case
381263ad99
ios test cleanup pt 2 ( #42570 )
...
* Remove local from ios_config to avoid needing to add provider
* ios_smoke should test all with local to pick up the slack
6 years ago
Kevin Breit
a65d9257fd
Removed any temporary get_net() methods ( #42391 )
...
- Made appropriate changes where needed
6 years ago
Yuwei Zhou
e9bf3c70e6
disk fact should return create_option value ( #42398 )
6 years ago
Yanis Guenane
593f484d77
Fix E324 for vultr modules. ( #42464 )
6 years ago
Matt Clay
528de5b82f
Remove unwanted containers at CI job start.
6 years ago
Toshio Kuratomi
673c55f2ef
Separate some 255 exit codes that are not ssh errors
...
The ssh connection plugin is overzealous in thinking that error code 255
can only come from ssh. Python can return 255 in some circumstances and
error from php does as well.
6 years ago
Toshio Kuratomi
9350a81ae4
Port modules away from __file__
...
* __file__ won't work if we want to invoke modules via -m or if we
figure out how to keep modules from hitting the disk with pipelining.
* module.tmpdir is the new way to place a file where it will be cleaned
automatically.
Change format string to not depend on __file__:
* cloud/amazon/ec2_elb_lb.py
* cloud/amazon/elb_classic_lb.py
Use module.tempdir:
* packaging/os/apt.py
* files/unarchive.py
6 years ago
Dylan Silva
c227a0c8bb
Initial upload of roadmap for 2.7 ( #41845 )
...
* Initial upload of roadmap for 2.7
* Update ROADMAP_2_7.rst
* Uses regular quotes, rather than smart quotes
* Fix broken link
6 years ago
Sam Doran
7b0dea45e9
Update JSON Query filter examples ( #42432 )
...
* Update JSON Query filter examples
Correct syntax on one example
Add more examples of escaping
Change example to show joining list to string
6 years ago
Pilou
72d7a1eb5c
Setup module: use C() formatting function in parameter descriptions, add a task based example ( #42411 )
...
* setup module: use C() in parameters description
* setup module: use a task example
6 years ago