Michael Doyle
c4f4d8c1a5
Change falied_conditions to proper spelling ( #41284 )
...
(cherry picked from commit e892646bc7
)
7 years ago
Sam Doran
28e16eaad8
Update docs on import/include tasks ( #33032 )
...
(cherry picked from commit 30da71d880
)
7 years ago
Trishna Guha
9ae2050e2f
Fix nxos_snapshot compare ( #41386 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 1998707eda
)
7 years ago
Matt Clay
3bc9a04f86
Update Ansible release version to 2.6.0.dev0.
7 years ago
Matt Clay
e458807129
New release v2.6.0rc2
7 years ago
Toshio Kuratomi
4c6642debd
Make admin_users only contain root and toor because admin is used for non-privileged accounts
...
This fixes one specific instance of failure to chown from a privileged
account:
https://github.com/ansible/ansible/issues/16052#issuecomment-384976615
Fixes #41160
(cherry picked from commit 461a2733e6
)
7 years ago
Alex Stephen
b93f579ead
GCP Inventory Plugin scopes fix
7 years ago
s-hertel
aad1940e61
changelog
7 years ago
Will Thames
6c505e9ef1
cherry-picked from 46886f8249
and fixed merge conflicts
...
Test case for missing permissions
Update aws_s3 module to latest standards
Use AnsibleAWSModule
Handle BotoCoreErrors properly
Check for XNotImplemented and NotImplemented exceptions for S3 drop-ins
Don't prematurely fail if user does not have s3:ListBucket permission
Allow S3 drop-ins to ignore put_object_acl and put_bucket_acl
7 years ago
Alex Stephen
eb672bfba3
GCP: Instance Metadata fix
7 years ago
jainnikhil30
1a673cb772
Update winrm.py ( #41303 )
...
fix the typos for winrm port
(cherry picked from commit 7fb92b6f45
)
7 years ago
Sam Doran
33f3ba18f0
Fix typeo in param name ( #41287 )
...
(cherry picked from commit effa235eb6
)
7 years ago
Martin Krizek
269c60cc7a
first_found: fix examples to match the code ( #40821 )
...
(cherry picked from commit 23a337918c
)
7 years ago
Yunge Zhu
c03373921d
fix issue #41081 in azure_rm_securitygroup ( #41123 )
...
* fix issue #41081
* resolve comments
* fix lint
(cherry picked from commit 46eceba395
)
7 years ago
Yuwei Zhou
96929acd5e
normalize the resource location ( #40802 )
...
(cherry picked from commit e6e08a0174
)
7 years ago
Yunge Zhu
adef72393e
add adfs_authority_url arg in azure_rm.py ( #41071 )
...
(cherry picked from commit bd34194ace
)
7 years ago
Yuwei Zhou
ca992f5aba
Fixes #39648 azure_rm_virtualnetwork not handling DNS settings properly on existing virtual networks ( #40646 )
...
* check nullable
* add test
* fix
* fix
(cherry picked from commit 7b9864776a
)
7 years ago
Trishna Guha
3ed8300dff
increase timeout for connection reset by peer issue with httpapi ( #41224 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 34e4071eca
)
7 years ago
Sumit Jaiswal
b13dd0cac1
Metadata change to 'core' for 2.5 supported NIOS modules ( #41244 )
...
* changing metadata to core support
* changing metadata to core support
* changing metadata to core support
* changing metadata to core support
* changing metadata to core support
(cherry picked from commit 2c2af87b2e
)
7 years ago
Toshio Kuratomi
3fffc208f7
Better error message if the template is not utf-8 encoded ( #41030 )
...
* Better error message if the template is not utf-8 encoded
Also document this in the porting guide
(cherry picked from commit cef4d862bc
)
7 years ago
Sloane Hertel
97c6805d47
aws_s3: don't decrypt file before uploading - fixes #39287 ( #39634 )
...
* aws_s3: do not decrypt file before uploading to bucket
* changelog
(cherry picked from commit 387c37e255
)
7 years ago
Kevin Breit
c87e26449a
Backport/2.6/40856 ( #41278 )
...
* Changed request() to run json.loads() instead of module doing it
- Removed json.loads() from modules
- Removed some unreliable integration tests
- Removed self.function setting in construct_path()
-
(cherry picked from commit 0ba1e52bdd
)
* PEP8 changes
(cherry picked from commit 182979ffc4
)
* Remove debug line for push
(cherry picked from commit 5350dcf52c
)
7 years ago
Matt Davis
c77bcdf3a7
fix truncated list functions in ansible-doc ( #41281 )
...
* fixed incomplete refactor of instance-level plugin list var
(cherry picked from commit 25ab2a8153
)
7 years ago
Brian Coca
2e7c09e967
only add group if properly defined
...
also corrected skip message as this has to do with type, not name
fixes #40850
(cherry picked from commit 8e4c56d773
)
7 years ago
Christian Groschupp
34f08b4eb5
cherry-pick e59742eccd
and resolve conflicts
...
[aws] Remove walrus conditional in aws_s3 module when using custom s3_url
fix aws_s3 module to use custum s3_url
7 years ago
Sloane Hertel
c168cd482c
cherry-picked from 89cea78e30
and fixed merge conflicts from restructuring the integration tests in devel
...
Fix async for aws_s3
Add a test that async is able to be used on aws_s3 tasks
7 years ago
Matt Martz
f74312e2bd
Remove changelog entry for reverted #39365
7 years ago
Matt Martz
094c9e7a3d
Revert #39365 , improve error messaging ( #41208 )
...
* Revert " Update TaskInclude _raw_params with the expanded/templated path to file (#39365 )"
This reverts commit 4b01b92cfe
.
* Improve error messaging, catch error templating parent path
(cherry picked from commit c403f01971
)
7 years ago
Richard Schwab
4a1eb1c191
Add some dots at the end of sentences ( #41176 )
...
See e.g. https://docs.ansible.com/ansible/devel/reference_appendices/config.html#default-scp-if-ssh
In the docs the list of strings is just concatenated without additional interpunctuation.
+label: docsite_pr
(cherry picked from commit edb1735ca0
)
7 years ago
Jacob Floyd
f52b37e94a
Docs fix: ansible_group_priority defaults to 1
...
The docs committed in #28777 were inconsistent.
This clarifies that the default `ansible_group_priority` is `1`.[1][2]
[1] https://github.com/ansible/ansible/blob/153c9bd/lib/ansible/inventory/group.py#L40
[2] https://github.com/ansible/ansible/blob/153c9bd/lib/ansible/cli/inventory.py#L236
(cherry picked from commit 4fa2fb9c89
)
7 years ago
Matt Davis
c5484e845a
fix ansible-doc regression from missing plugins ( #41167 )
...
(cherry picked from commit 087efe4232
)
7 years ago
Jordan Borean
5417a373bc
winrm: fix up unit tests ( #41112 )
...
(cherry picked from commit ad8e13e9f8
)
7 years ago
Nathaniel Case
594b81f73e
Expand ios password prompt regex ( #41131 )
...
(cherry picked from commit 49fddb6f28
)
7 years ago
epicanthal
f54b9e4dd8
Update ios_facts.py ( #40928 )
...
Account for upper/lower case match occurrences of "[Nn]umber" and "[Ss]erial"
Model Number : WS-C3850-12X48U
System Serial Number : <removed>
(cherry picked from commit 12d221152b
)
7 years ago
Will Thames
5503285c20
Fix ec2_ami block_device_mapping volume_size to be int in 2.6 ( #40938 ) ( #41216 )
...
* Fix ec2_ami block_device_mapping volume_size to be int in 2.5 (#40938 )
* fix ec2_ami block_device_mapping size to be int
* fixed cr issues
renamed `type` to `attribute_type`
reused `new_item` instead of creating new variable `value`
(cherry picked from commit ab96a84154
)
* changelog
7 years ago
Matt Clay
db3a3ddfa9
Update Ansible release version to 2.6.0.dev0.
7 years ago
Matt Clay
0a6c643e8e
New release v2.6.0rc1
7 years ago
Matt Clay
ddb60ce345
Implement new changelog generator.
...
(cherry picked from commit 70c475da6c
)
7 years ago
Matt Davis
14acce0b44
pin azure deps to exact versions
...
* added warnings for newer-than-expected versions
* prevent passing both api_version and profile for newer clients
7 years ago
saichint
9823432ec3
fix nxos_snapshot issues ( #41034 )
...
* fix nxos_snapshot issues
* review comments
* doc change
(cherry picked from commit 6733bffd5d
)
7 years ago
Matt Davis
25d52697af
adds ansible-doc JSON plugin data dump
...
* used for changelog generation of new plugins
(cherry picked from commit 096d243526
)
7 years ago
Matt Clay
121139b755
Changelog fragment cleanup.
7 years ago
Trishna Guha
73b5c997f4
fix nxos_udld failing with httpapi ( #41074 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 72d630b831
)
7 years ago
saichint
74a56f0ca1
fix nxos_banner issue ( #41026 )
...
(cherry picked from commit b6afb77a8a
)
7 years ago
Nathaniel Case
e24743ff19
Fixes to ios_logging ( #41029 )
...
* Logging size may not show up in config
* This is much simpler
* Avoid repetition in tests
* Both options of buffered are optional
(cherry picked from commit 92a95368fe
)
7 years ago
Ondra Machacek
773fdeb6f0
ovirt: Backport of bug fixes for 2.6 ( #41092 )
...
* ovirt_vms: Fix change cd (#40939 )
* ovirt_vms: Fix attaching of CD
* ovirt_vms: Fix idemptency
* ovirt_templates: Add searching by cluster (#40934 )
* ovirt_templates: Add searching by cluster
* ovirt_disks: Add searching by sd and vm_name
* Fix python syntax
7 years ago
Zhikang Zhang
e8d8fa4e1a
Fix test-module failing to validate args ( #41004 )
...
* Fix test-module failing to validate args
The test-module pass a wrong argument _ansible_tmp cause the validation failed.
Change the argument _ansible_tmp to _ansible_tmpdir to fix this.
* Add a integration test for test-module.
Prior to this change, we don't have a test for test-module.
This change ensure the correctness of test-module script.
7 years ago
Tim Rupp
1ab973c3d3
Fixes not using the parent parameter ( #41102 )
...
The parent parameter was not being used in the module. This meant
that all child profiles would use the system-defined parent instead
of the parent specified in the module
(cherry picked from commit 457c813d46
)
7 years ago
Tim Rupp
fb3f0a53d9
More correct fix for status problem ( #41045 )
...
Status is not being determined right when monitors are enabled but
the state is up or down. This patch fixes it.
(cherry picked from commit 033adf8cd5
)
7 years ago
Nathaniel Case
205b66ee7c
Don't try to reuse ansible_port, it doesn't work that way (yet?) ( #41022 )
...
(cherry picked from commit 70e3a7c9e1
)
7 years ago