Nick Curry
e8972ce459
Terraform: Allow lock flag to get set to false ( #53873 )
...
This change allows a false value to propagate appropriately to the terraform cli.
2019-03-17 09:04:02 +05:30
David Passante
e62fc508ad
cs_network_offering: Add choice list for supported_services in arg_spec ( #53901 )
2019-03-16 13:43:27 +01:00
Patryk D. Cichy
851cfc0c18
Add new Cloudstack module cs_image_store ( #53617 )
2019-03-16 07:58:55 +01:00
Kevin Breit
1b4a973d28
Parameter change from orgAccess to org_access ( #53574 )
...
- It should be in another PR, not sure why it got removed
2019-03-16 03:12:12 +01:00
The Magician
92fd49de77
Bug fixes for GCP modules ( #53880 )
2019-03-15 17:49:49 -04:00
The Magician
3a43e41b39
Bug fixes for GCP modules ( #53881 )
2019-03-15 17:49:38 -04:00
The Magician
b429ba61dc
Bug fixes for GCP modules ( #53879 )
2019-03-15 17:38:27 -04:00
The Magician
e8e69bf069
Bug fixes for GCP modules ( #53878 )
2019-03-15 15:43:12 -04:00
The Magician
204ae88491
Bug fixes for GCP modules ( #53882 )
2019-03-15 15:43:00 -04:00
The Magician
ea780b7e18
New Module: gcp_iam_role_facts ( #53877 )
2019-03-15 14:11:17 -04:00
Chris Archibald
387bb0adfe
New Options for na_elementsw_access_group ( #52376 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b42886aebb4d2b2ab27c91c96d97858a.
* updates
* fix docs
* fixes
* fix exception
2019-03-15 16:20:41 +00:00
Mariusz Mazur
6567e05cbc
kubevirt_pvc: default to wait; detect WaitForFirstConsumer ( #53858 )
2019-03-15 08:37:47 -04:00
Olivier Bourdon
668f014b3c
Add more tests for method option change ( #52228 )
2019-03-15 09:53:32 +00:00
Gaudenz Steinlin
a65a137cdd
Fix failure of cloudscale_floating_ip without server ( #53702 )
...
The cloudscale_floating_ip module failed if no server was assigned to
the floating IP. This also adds a test to avoid a regression.
The only way to have a floating IP without a server assigned is to
delete the server where the floating IP is currently assigned. Under
normal circumstances it's not possible to have an unassigned floating
IP.
2019-03-15 09:50:09 +00:00
Simon Dodsley
a6a4e82984
Add Pure Storage FlashArray module to manage local user accounts ( #52758 )
2019-03-15 08:59:54 +00:00
Simon Dodsley
ce635d7d03
Add module to manage directory service roles for Pure Storage FlashArray ( #52863 )
2019-03-15 08:58:52 +00:00
Lindsay Hill
b92d81cc01
Update slxos_vlan for new SLX-OS versions, linting fixes ( #52956 )
2019-03-15 08:55:50 +00:00
Bojan Vitnik
4ea09d4d96
XenServer: Minor bug fixes ( #53826 )
...
- xenserver module_util: removed dead code. Attempting to call fail_json() on
nonexistent/bad module reference is a bad idea.
- xenserver module_util: fixed a bug in wait_for_task function where function
will fail to wait indefinitely when timeout=0 is used.
- xenserver_guest module: removed unused imports.
2019-03-15 08:54:17 +00:00
rajaspachipulusu17
e2d92e82c4
Pluribus Networks network cli terminal and cliconf plugins ( #53735 )
...
* Pluribus Networks network cli terminal and cliconf plugins
* Changes in Unit tests and modules according to network_cli connection
* Changes in Unit tests and modules according to network_cli connection
2019-03-15 13:51:50 +05:30
Jordan Borean
abbc42ea3b
win_chocolatey - remove stray comment
2019-03-15 16:53:02 +10:00
Jordan Borean
cac3c6efcf
win_chocolatey - Fix incompatibilities with latest Chocolatey release ( #53841 )
2019-03-15 16:40:30 +10:00
Jordan Borean
d00418c924
win_slurp - fix glob like paths ( #53831 )
2019-03-15 14:59:01 +10:00
Jordan Borean
d063cefb64
win_owner - fix glob like paths ( #53830 )
...
* win_owner - fix glob like paths
* Fix issues on older PS versions
2019-03-15 14:58:15 +10:00
Jordan Borean
3cfa71bff0
win_acl_inheritance - fix glob like paths ( #53829 )
2019-03-15 14:57:59 +10:00
Jordan Borean
aba6f5f50d
win_acl - fix glob file paths ( #53828 )
2019-03-15 14:57:41 +10:00
Jordan Borean
4f9de45785
win_tempfile - return absolute path on created temp file ( #53827 )
...
* win_tempfile - return absolute path on created temp file
* Fix tests for CI
2019-03-15 14:57:27 +10:00
Sam Doran
1e595493d9
User module - Check local database when local is specified in the task ( #51088 )
...
The output of pw.getpwnam() does not distinbuish between local and remote accounts. It will return a result if an account exists locally or in the directory. When local is set to True in the task parameters, look through the local password database explicitly.
* Ensure luseradd is present for tests
* Add docs and warnings about local mode
2019-03-14 22:16:53 -04:00
Marius Rieder
22fb4c858a
Win domain group membership module ( #52556 )
...
* Add new win_domain_group_membership module.
* Add support for diff mode.
* Do not assign variable which is never used.
* Add documentation for the `domain_*` options.
* Let ansible handle the exceptions.
The test if the group exists is useless as the first action on the
groups fails with the same error message if it does not exist.
* Add comments why we need the try/catch
* Rework diff handling.
Just return before/after state and let ansible do the working out of the
diff.
* Minor cleanups according to PR
* Switch from Get-AdUser/Group to Get-AdObject
so we can add/remove service accounts, or computers too.
* Cleanup PowerShell code
2019-03-15 10:43:08 +10:00
Felix Fontein
a043570579
Reference RFC 8555 instead of latest draft. ( #53674 )
2019-03-14 19:19:36 -05:00
linnil1
e9816e10bc
junos_user add condition when user = root ( #53111 )
...
* junos_user add condition when user = root
* Modify the failure message. Thanks NilashishC.
2019-03-14 23:04:47 +05:30
Chris Archibald
14d670573a
Ability to add port in portset ( #52734 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b42886aebb4d2b2ab27c91c96d97858a.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b42886aebb4d2b2ab27c91c96d97858a.
* add ports
2019-03-14 15:39:11 +00:00
Chris Archibald
b5144a36ab
New Module: na_elementsw_initiators ( #52375 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b42886aebb4d2b2ab27c91c96d97858a.
* new module
* update author
* update copyright
* fixes
2019-03-14 15:38:49 +00:00
Matteo Ferrando
86405b8fe4
(postgresql_privs) accept 'ALL_IN_SCHEMA' objs for 'function' type ( #35331 )
...
* avoid using Postgres formatting function
* add tests for ALL FUNCTIONS IN SCHEMA
* documentation and changelog
* requested changes in tests
* fixed changelog
2019-03-14 20:21:05 +05:30
Diane Wang
0ed7484216
VMware: vcenter_license module support add ESXi license ( #53742 )
...
* vcenter_license module support add ESXi license
* add version added
* add query license before assign
2019-03-14 10:47:05 -04:00
Chris Archibald
fa2e8d8fe1
New Module: na_ontap_snapshot_policy.py ( #52299 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* add snapshot policy
* Revert "Revert "changes to clusteR""
This reverts commit 8e56b999e6cf6a65de339e516f7134a6b6b39cba.
* review change
2019-03-14 13:30:51 +00:00
S. Veyrié
e2164c5378
maven_artifact: Fix infinite recursion ( #53734 )
...
Fixes : #53713
2019-03-14 18:29:17 +05:30
abyss
e428441a1d
pids: case insensitive string comparison for process names ( #52564 )
2019-03-14 18:27:20 +05:30
Abhijeet Kasurde
b8da83cfe0
AWS: add capabilities parameter in cloudformation ( #53624 )
...
User can now specify capabilities that stack template provides.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-03-14 17:06:25 +05:30
krisvasudevan
c5e5fef67e
Updated the Infoblox member module ( #53747 )
...
* Update api.py
* Update nios_member.py
* Update nios_member.py
* Update api.py
* Update api.py
* Update nios_member.py
2019-03-14 15:44:17 +05:30
Felix Fontein
4573f349ea
luks_device: add allow_to_remove_last_key option ( #52371 )
...
* Add allow_to_remove_last_key option.
* Dump headers.
* Add support for old versions of cryptsetup luksDump.
* Update lib/ansible/modules/crypto/luks_device.py
Co-Authored-By: felixfontein <felix@fontein.de>
* Rename allow_to_remove_last_key -> force_remove_last_key.
2019-03-14 09:55:35 +00:00
Felix Fontein
fbbab7429e
docker_*: report more warnings ( #53710 )
...
* More warnings.
* Add changelog.
* Improve docstring.
2019-03-14 09:55:16 +00:00
Felix Fontein
35e7fb776a
docker_image: improve usage ( #52894 )
...
* Add source option.
* Split force parameter into force_source, force_absent and force_tag.
* Move all build-related options into a suboption called build.
* Add changelog.
2019-03-14 09:46:38 +00:00
Trishna Guha
fa7c8ce0b4
nxos_facts fix default udpate platform facts ( #53795 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2019-03-14 15:02:21 +05:30
Richlv
f8ecf7b7cd
Minor typo/style fixes in Firewalld ( #53770 )
2019-03-14 09:19:21 +05:30
Zim Kalinowski
a202509ba4
fixing resource facts ( #53727 )
2019-03-14 11:46:33 +08:00
Bob Boldin
b67505d271
AWS: new module ec2_transit_gateway fixes #49376 ( #53651 )
...
* AWS: new module ec2_transit_gateway fixes #49376
* Add permissions neeeded for integration tests
* uncomment nolog on creds
* add unsupported to integration test aliases
* remove the shippable/aws/group alias so doesn't conflict with unsupported
2019-03-14 09:42:33 +10:00
Jordan Borean
d3792145d5
win_get_url - refactor tests to use httptester ( #53765 )
...
* win_get_url - refactor tests to use httptester
* Use the file lookup instead of slurp
2019-03-14 08:04:49 +10:00
Gabriel do Nascimento Ribeiro
f97a593da5
Add non_unique parameter for group module ( #53085 )
2019-03-13 15:40:07 -04:00
Chris Archibald
0e77eeb205
Merging of broadcast domain and Broadcast domain port ( #51978 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Add domain ports in to broadcast domain
* ansibot fixes
* Revert "Revert "changes to clusteR""
This reverts commit 2713c75f31cbf81ef1785d6ab9ea5d0d4db9af60.
* Fix author
2019-03-13 18:32:54 +00:00
albinpopote
473596a472
New module: na_ontap_net_subnet ( #50491 )
...
* New module: na_ontap_net_subnet
* Sanity tests Fix
* Fix: correct examples
* Fix: examples syntax
* Correction: Sanity 1
* Code review
* Code review + Bugfix
* Add Unit Tests
* Fix Sanity Indentation tests
* FIX: Validator change request
* FIX : Change unit test json fail message
* FIX: Typo ip_ranges in example section
* FIX: Remove NetApp copyright
2019-03-13 18:31:55 +00:00