Mário Santos
947aa52327
Add new OpenStack module for managing cinder volume snapshots ( #19122 )
...
* Add os_volume_snapshot Ansible Module
* Add missing RETURN documentation
* Fix YAML syntax
* Add ANSIBLE_METADATA
Signed-off-by: Mário Santos <mario.rf.santos@gmail.com>
* Bump the ansible version
Signed-off-by: Mário Santos <mario.rf.santos@gmail.com>
* Add support for check_mode
Signed-off-by: Mário Santos <mario.rf.santos@gmail.com>
* Fix sanity tests
Signed-off-by: Mário Santos <mario.rf.santos@gmail.com>
7 years ago
John R Barker
a7660f0603
Default ssh port ( #39678 )
7 years ago
Toshio Kuratomi
1885883a88
Document follow changes
...
Add the file, blockinfile, and replace changes to the follow parameter
to the porting guide
7 years ago
Sloane Hertel
151f9d2ebf
[cloud] aws_direct_connect_connection: improve return docs ( #37677 )
...
Fixes #29381
Fix uses of AWSRetry
Fix exception handling
Update module to use AnsibleAWSModule
7 years ago
Will Thames
29770a297a
Fail with nice error message if elb target_type=ip not supported ( #38313 )
...
* Add helpful failure message if target_type=ip is not supported
Create test case for target_type=ip not supported
* Update elb_target_group module to latest standards
Use AnsibleAWSModule
Improve exception handling
Improve connection handling
7 years ago
wang shuang
918b29f0fc
[doc] fix a typo in ec2_eni docs ( #36571 )
7 years ago
Will Thames
b5488b4e45
Change aws_acm_facts name parameter to be domain_name ( #36986 )
...
Match AWS's naming for domain name, but provide backward
compatible alias.
7 years ago
Felix Fontein
cb4db82354
Route53 check mode ( #37273 )
...
* Adding check mode for route53.
* flake8
7 years ago
Vinay Dandekar
ada2ea4387
Fix ec2_metadata_facts documentation ( #37546 )
...
- ec2_metadata_facts does not extend `url`
- Remove url_argument_spec for ec2_metadata_facts
7 years ago
Will Thames
261ad0aa87
[aws] Improve integration test suite for cloudfront ( #37813 )
...
Improve naming of one of the cloudfront tasks
Change test_identifier back to resource_prefix now it's always
lower case.
More tests around using distribution_id and default_root_object
7 years ago
cahlchang
e2908ae8df
[aws] Add aws_iam_role check mode support ( #39002 )
...
* Check mode when adding
* Check mode when deleting
* Add check mode
7 years ago
Sloane Hertel
910bc892c6
ec2_ami: Properly delete snapshots ( #39606 )
7 years ago
Ganesh Nalawade
afdc2364f2
Fix eos_vlan associated interface check ( #39661 )
...
* Fix eos_vlan associated interface check
Fix eos_vlan associated interface check by comparing
the interface in want and have without converting the
interface name to lower
* Update eos_vlan docs
7 years ago
Ganesh Nalawade
b20b964c4a
Fix eos_config integration test failure ( #39662 )
...
Enable become for eos_config check_mode test cases
7 years ago
Loïc Blot
88df583af7
New module: AWS storage gateway facts ( #39491 )
...
* Add a module to get storage gateway facts
* Review fixes
* Last review fixes
* Add filtering gathering & some fixes
* doc fix
* API error handling
* Remove ec2_argument_spec import
Use imported BotoCoreError and ClientError rather than botocore.exceptions
7 years ago
Sam Doran
f872b70449
Remove skipping of never tag since it is done automatically ( #39643 )
7 years ago
aaronk1
ca36e07be0
update win_psmodule.py ( #39631 )
...
<!--- Fix minor typo in Powershell version requirement -->
+label: docsite_pr
7 years ago
Daryl Banttari
e0893aacc5
[ec2 contrib script] Add ability to filter EC2 instances via shell environment ( #39034 )
7 years ago
vab2048
8d84039aa8
[ec2_vpc_route_table] Use 'network_interface_id' rather than 'interface_id' ( #38499 )
...
Updated documentation to refer to 'network_interface_id' rather than 'interface_id' as the latter results in an error: 'Parameter validation failed: Unknown parameter in input: \"InterfaceId\"'
7 years ago
Sylvain Rabot
521cc3d4e6
[contrib] azure_rm.py add mechanism to force use of private ip as ansible_host ( #36109 )
...
Signed-off-by: Sylvain Rabot <s.rabot@lectra.com>
7 years ago
Matt Davis
31bfb7b563
Remove dharmabumstead from docs review pings
7 years ago
Alex Stephen
b6aa132033
New module: GCP Compute Backend Services ( #38611 )
7 years ago
Alex Stephen
394abba1b9
New module: GCP Compute Backend Buckets ( #38610 )
7 years ago
Matt Clay
472c586563
Enable xml integration test. ( #39629 )
7 years ago
Ryan S. Brown
9a607283aa
Terraform module: pass `plan_file` argument correctly
...
Per #39611 the `terraform` module wasn't properly building plan-only
files.
7 years ago
Abhijit Menon-Sen
0a119c391a
Only expand '~' based on become_user/remote_user
...
Change brought forward from #00c023e in stable-2.5.
Closes #39281 (bug report)
Closes #39540 (PR with substantially the same change)
7 years ago
Matt Clay
f526a461ee
Remove unstable marker from rabbitmq_user test.
7 years ago
Brian Coca
70d89b5487
use actual ssh executable as it might not be ssh
7 years ago
wznoinsk
f2db9d59c7
Update set_stats.py
...
<!--- Your description here -->
+label: docsite_pr
7 years ago
Robin Roth
90354d282d
Install git in pip tests ( #39460 )
...
* Install git in pip tests
* Ignore MacOSX
7 years ago
John R Barker
287f4ff374
Connect via ssh using ansible_port ( #39603 )
...
Depending on how we spin up the VM we use different ssh port. Honor that
in the vyos_user test
7 years ago
Kelly Hogan
2dc746bcc3
fixes #39585 typo fix under git practices ( #39604 )
7 years ago
Ganesh Nalawade
eb5e15e7e0
Fix fetching ios default running config ( #39475 )
...
If default option is enable in that case only
add 'all' or 'full' flag
7 years ago
Michele Zuccala
9577cef3ba
[cloud] route53_zone: create public zones associated to a reusable delegation set ( #39502 )
...
* Add option to specify reusable delegation set while creating public zones
* Add mutual exclusion argument spec for delegation set and VPC/private zone
* Get zone delegation set ID when updating a public zone
7 years ago
Ondra Machacek
17928ff666
ovirt_vms: Fix the module to work with check mode ( #37916 )
...
Fixes: https://github.com/ansible/ansible/issues/36712
7 years ago
Trishna Guha
0a17adb3df
fix nxos_vrf_af teardown for nxapi ( #39599 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
7 years ago
Sharon Gratch
8bfc92fb27
Add Numa support. ( #35838 )
7 years ago
Yanis Guenane
dc420fc5fa
Allow non-inclusion of setup task in junit report
...
The JUnit callback pushes every tasks in the report. Even the setup
tasks that - sometime - might clutter the report rather than being
useful, based on one needs.
This PR allows one to specify whether or not the setup tasks should be
part of the final report, defaulting to True to be backward compatible
to what is already in place today.
7 years ago
Anna Liao
c812396793
Update playbooks_variables.rst ( #39570 )
...
<!--- Your description here -->
+label: docsite_pr
7 years ago
Abhijeet Kasurde
85ad2eae8a
Fix typo in porting guides index page ( #39582 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Matt Clay
b92ef8e54a
Use HTTPS instead of HTTP for httpbin tests. ( #39457 )
...
The httpbin.org site is now redirecting HTTP to HTTPS.
7 years ago
Matt Clay
054efb8d80
Update 2.6 roadmap dates. ( #39573 )
7 years ago
Adam Miller
69affddc7f
Add firewalld Rich Rule port forwarding example ( #39534 )
...
Example provided by Mike Cardwell (@mikehardenize) in an issue
comment 28349#issuecomment-385354551
Signed-off-by: Adam Miller <admiller@redhat.com>
7 years ago
Jordan Borean
04ae0c3312
winrm: removed old exec_command that is no longer used ( #39572 )
7 years ago
Dennis Conrad
77f5a8f422
Add AWS Inspector Target Module ( #37464 )
...
* Add AWS Inspector Target Module
* "ansible-test sanity" Fixes
* * Rename module
* Add integration test
* Incorporate feedback from s-hertel
7 years ago
Andrew Gaffney
4134f1204b
Add Andrew Gaffney to list of people in Committers Guidelines doc
7 years ago
Ondra Machacek
88b3b14a9c
ovirt: fix quota_id check ( #39568 )
7 years ago
Ondra Machacek
fac7b2f1ca
ovirt: Clarify secrets configuration ( #39501 )
...
Fixes: https://github.com/ansible/ansible/issues/39478
7 years ago
Eike Frost
6b554deb28
keycloak_client: add aliases for module options (matching API) ( #39507 )
...
* add aliases for module options which match API endpoint
* directAccessGrantsEnabled fixed in docs
7 years ago
Eric O'Callaghan
c11248c456
Update redhat_subscription.py ( #39512 )
...
fixed small typo of depracated to deprecated in redhat_subscription doc
+label: docsite_pr
7 years ago