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
albinpopote
545ed0dba1
na_ontap_dns: Add new parameter skip_validation ( #50458 )
...
* Add new parameter skip_validation
* Change file indentation
* Indentation fix
* Change module documentation
* Contributor change request : fixed
* FIX : Validator change request
* Comment: Add more description details about skip_validation option
2019-03-13 18:29:08 +00:00
David Passante
244a9a83aa
cs_iso: fix missing param "is_public" ( #53740 )
...
* cs_iso: fix missing param "is_public"
* add changelog fragment
2019-03-13 19:06:44 +01:00
Alex Stephen
08918c6c2b
GCP IAM Role ( #53490 )
...
* GCP IAM Role
* module util file
* test fix
* unit tests
* test fixes
* doc fragment fixes
* test fixes
* test fix
2019-03-13 13:28:01 -04:00
Eitan Raviv
1b48e47717
ovirt: default save true in setup host networks ( #49983 )
...
* ovirt: default save true in setup host networks
Default value for save updated network configuration
during setup host networks is set to true.
* ovirt: default save true in setup host networks
Default value for save updated network configuration
during setup host networks is set to true.
* ovirt: default save true in setup host networks
Default value for save updated network configuration
during setup host networks is set to true.
* Update ovirt_host_network.py
* ovirt: default save true in setup host networks
Default value for save updated network configuration
during setup host networks is set to true.
* ovirt: default save true in setup host networks
Default value for save updated network configuration
during setup host networks is set to true.
2019-03-13 15:45:07 +00:00
Antoine Lucas
f4253459d6
Add headers parameter to the maven_artifact module ( #53116 )
...
* Fix header parameter type
2019-03-13 19:49:30 +05:30
Abhijeet Kasurde
3bdbe24861
java_cert: Remove redundant return ( #52879 )
...
* Remove redundant return statements for module.exit_json
* Doc changes
* Typo fixes
* Refactor for check_mode
Based upon work of pilou-
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-03-13 09:16:19 -04:00
Chris Archibald
2e47e9fffa
Modify na_ontap_net_port NetAppModule module format, allow for multiple ports, unit tests ( #52286 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* add update to netport
* Revert "Revert "changes to clusteR""
This reverts commit 8e56b999e6cf6a65de339e516f7134a6b6b39cba.
* fix docs
* fix option
2019-03-13 13:06:37 +00:00
Abhijeet Kasurde
8d4343b94c
iptables: implement log_level parameter ( #52880 )
...
Fixes : #25100
Based upon https://github.com/ansible/ansible/pull/25118
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-03-13 18:10:59 +05:30
Andrey Klychkov
d30879a0b7
postgresql_db - Handle pg_dump return code ( #52985 )
...
Handle return code return by pg_dump command
Fixes : #40424
2019-03-13 18:01:50 +05:30
Abhijeet Kasurde
f0ef4dae05
iptables: Add support for gateway parameter ( #53465 )
...
When user specifies the JUMP value to 'tee', gateway is required.
This fix adds new parameter 'gateway' to support this functionality.
Fixes : #53170
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-03-13 17:47:44 +05:30
Mariusz Mazur
4cab425618
kubevirt_pvc: add 'wait' support ( #53692 )
2019-03-13 07:32:27 -04:00
Sumit Jaiswal
cd091ba49f
PR to include support for Skydive Node and Edge modules with Ansible ( #53112 )
...
* skydive node and edge module
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-03-13 16:22:31 +05:30
Felix Fontein
c2cb82ec14
ACME: add support for IP identifiers ( #53660 )
...
* Adding support for IP identifiers according to https://tools.ietf.org/html/draft-ietf-acme-ip-05 .
* Add changelog.
* Make sure that the authorizations return value is unchanged for CSRs with DNS-only SANs.
* Remove unneeded import.
* type -> identifier_type
* Python 2.6 compatibility.
* Fix unit tests.
* Add IP address normalization.
* Extend tests.
* Move data into fixtures.
* Adjust BOTMETA.
2019-03-13 10:16:56 +01:00
Felix Fontein
028facdfed
acme_challenge_cert_helper: add support for IP identifiers ( #53661 )
...
* Add IP address identifier support to acme_challenge_cert_helper.
* Add changelog.
* type -> identifier_type.
2019-03-13 10:15:57 +01:00
Miguel Angel Muñoz González
9e63b196c8
Fortinet's FortiOS voip profile ( #52833 )
...
* Fortinet's FortiOS voip profile
* Remove 'flatten' method if not used
2019-03-13 13:07:19 +05:30
Fedor V
8ac6145180
vmware_vm_facts: custom attributes support ( #45773 )
...
* Add toggle to attribute facts gathering
Signed-off-by: Fedor V <f.vompe@comptek.ru>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-03-13 09:49:20 +05:30
Chris Van Heuveln
66fe6bfa0b
nxos_linkagg: `group` type mismatch causes idempotency failure ( #53653 )
...
* nxos_linkagg: `group` type mismatch causes idempotency failure
* `group` values need to be cast; e.g.
```
want = {'group': '20'}
have = {'group': 20}
```
* Found with N7K `sanity` test
* nxos_linkagg: change group param type to str
2019-03-13 09:44:00 +05:30
Jason Witkowski
acdb4c3ede
Fix min_size reference where type is None ( #53669 )
2019-03-12 21:31:03 -04:00
Jordan Borean
2ecde81dcb
win_reboot: fix stray entry in module docs
2019-03-13 10:47:17 +10:00
Jordan Borean
3d23e47c53
win_reboot - Fix rc validation when using psrp and add extra docs ( #53711 )
...
* win_reboot - Fix rc validation when using psrp and add extra docs
* Revert boot time command and fix docs
2019-03-13 10:43:02 +10:00
David Passante
495c197770
cloudstack: streamline modules doc (part 3) ( #53412 )
...
* cloudstack: streamline modules doc (part 3)
* Parameter types added
* Copyright format fixes
* Doc style fixes
* Examples format fixes
* Remove cs_loadbalancer_rule from ignore.txt
* cs_loadbalancer_rule: add "version_added" for params added into the documentation
* cs_loadbalancer_rule: ignore E309 for now
* cs_loadbalancer_rule: remove E309 from ignore.txt
2019-03-12 23:19:07 +01:00
Gaudenz Steinlin
8111425a96
Cloudscale server password ( #53701 )
...
* cloudscale_server: remove required parameter check
The valid parameter combinations are already checked by the API. There
is no need to check a subset of this in the Ansible module as well. This
makes it more likely that future changes in the API won't require
changes in the Ansible module.
* cloudscale_server: add password parameter
Recent revisions of the cloudscale.ch API allow setting a password for a
server. Add this option to the cloudscale_server module.
2019-03-12 21:56:05 +01:00
Miguel Angel Muñoz González
06c5c11970
Fortinet's FortiOS system global ( #52826 )
...
* Fortinet's FortiOS system global
* Updated according to comments
2019-03-13 00:33:06 +05:30
Miguel Angel Muñoz González
20ec824607
Fortinet's FortiOS system virtual wan link ( #52830 )
...
* Fortinet's FortiOS system virtual wan link
* Updated according to comments
2019-03-13 00:32:45 +05:30
Miguel Angel Muñoz González
97a0473acb
Fortinet's FortiOS log webtrends filter ( #52272 )
...
* Fortinet's FortiOS log webtrends filter
* Avoid null choices
* Updated according to comments in PR
* Removed empty choices
2019-03-12 23:52:21 +05:30
Martin Krizek
42731ec73f
yum: fix disable_excludes in repoquery fallback ( #53552 )
...
Fixes #53134
2019-03-12 18:41:26 +01:00
Matt Martz
77217fdd24
Fix checksum file parsing in get_url ( #53685 )
...
* Fix checksum file parsing. Fixes #48790
* guard invalid int conversion
Co-Authored-By: sivel <matt@sivel.net>
* Remove extra newline
2019-03-12 12:39:02 -05:00
Dag Wieers
c87efe1447
Fix typo
2019-03-12 13:34:52 +01:00
krisvasudevan
651fc88303
Added support for infoblox member object ( #53174 )
...
* changes for member module
2019-03-12 17:48:51 +05:30
Nilashish Chakraborty
f615011de3
New module for BGP configuration management in iosxr ( #53121 )
...
* Add iosxr_bgp module
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Remove unused code
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Remove netconf code
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-03-12 17:47:40 +05:30
Nilashish Chakraborty
9365c0f468
New module for BGP configuration management in Arista EOS ( #52722 )
...
* New module for BGP in EOS
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Add function to validate input
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix line indentation
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Add integration tests
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix CI
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix sanity test failure
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Remove unused code
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-03-12 17:31:58 +05:30
Miguel Angel Muñoz González
3bef1dbfd2
Fortinet's FortiOS waf profile ( #52834 )
...
* Fortinet's FortiOS waf profile
* Updated with changes from comments
2019-03-12 15:23:34 +05:30
Miguel Angel Muñoz González
15dc8f854e
Fortinet's FortiOS wanopt profile ( #52839 )
...
* Fortinet's FortiOS wanopt profile
* Updated with changes from comments
2019-03-12 15:22:02 +05:30
Miguel Angel Muñoz González
2479005fc6
Fortinet's FortiOS wanopt settings ( #52840 )
...
* Fortinet's FortiOS wanopt settings
* Updated with changes from comments
2019-03-12 15:21:24 +05:30
Miguel Angel Muñoz González
2546b0eec1
Fortinet's FortiOS web proxy explicit ( #52841 )
...
* Fortinet's FortiOS web proxy explicit
* Triggering Ansible bot due to timeout
* Updated with changes from comments
2019-03-12 15:20:45 +05:30
Miguel Angel Muñoz González
4788a9f4a6
Fortinet's FortiOS web proxy global ( #52842 )
...
* Fortinet's FortiOS web proxy global
* Updated with changes from comments
2019-03-12 15:19:46 +05:30
Miguel Angel Muñoz González
3fc659e885
Fortinet's FortiOS web proxy profile ( #52843 )
...
* Fortinet's FortiOS web proxy profile
* updated with changes from comments
2019-03-12 15:18:52 +05:30
Simon Dodsley
38c742ccf3
Fix typos in purefa_pgsnap module ( #53643 )
2019-03-11 20:04:25 -04:00
Jordan Borean
4f2d055e2c
win_psexec - deprecate the extra_opts module options ( #53666 )
2019-03-12 09:05:43 +10:00
UnknownGnome
b03b951789
Update vmware_vmkernel.py ( #53084 )
2019-03-11 17:15:19 -05:00
Sayed Anisul Hoque
9ff25c0167
Updated playbook works sample. ( #51673 )
...
<!--- Your description here -->
Removed `|` from the playbook works sample.
+label: docsite_pr
2019-03-11 17:12:05 -05:00
Simon Metzger
0d7ea0bae6
new module aci_access_sub_port_block_to_access_port ( #51940 )
...
* new module aci_access_sub_port_block_to_access_port
* new line at end of file
2019-03-11 18:05:57 -04:00
Jordan Borean
f297229b52
Add arg and doc validation for PowerShell modules ( #53615 )
...
* Add arg and doc validation for PowerShell modules
* Verify if pwsh exists before running it
2019-03-12 07:56:51 +10:00
Dhanuka
da9b19cef7
redfish_utils: add support to automate multiple systems. ( #50854 )
...
* Add support to automate multiple systems
Currently `redfish_utils` module can support only one system.
These changes introduce the ability to support multiple systems.
* Update - add support to automate multiple systems
* Introduce `aggregate()` to avoid code duplication in `get_multi___` like
methods.
* Remove "set" related methods
* include systems URI in each aggregated entry
* rebased
* Fixes KeyError and merge errors
2019-03-12 06:58:42 +10:00
Theron Savery
de2531e275
nso documentation fixes ( #53478 )
2019-03-11 14:23:19 -05:00
Sebastian Meyer
86ba4f3e46
remove some instances of `state: installed` ( #53537 )
...
This fixes the examples in multiple modules so they use `state: present`
instead of `state: installed`.
2019-03-11 12:13:52 -05:00
Lukas Kämmerling
32c337ee39
hcloud_server: streamline label handling ( #53633 )
2019-03-11 16:57:23 +01:00
Chris Archibald
1a306ce871
Rewrite of na_ontap_snapshot to follow NetAppModule, add new option to rename snapshot, bug fix to modify snapmirror_label ( #52297 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* upadets
* fix docs
* Revert "Revert "changes to clusteR""
This reverts commit 8e56b999e6cf6a65de339e516f7134a6b6b39cba.
* review change
2019-03-11 15:49:59 +00:00
Martin Nečas
b187e5a5c0
add ovirt_disk check mode ( #53625 )
2019-03-11 10:54:02 -04:00
Chris Archibald
48098ba688
Updates to na_ontap_net_route ( #49656 )
...
* new option and rewrite
* update documentation
* fix documentation
* Review change
* add comment
2019-03-11 14:43:26 +00:00
Lukas Kämmerling
3e02502056
Add hcloud_ssh_key module ( #53550 )
2019-03-11 15:42:49 +01:00
Chris Keller
ffa014e680
Adding ovirt_event Module ( #51760 ) ( #52982 )
...
* Adding ovirt_event Module (#51760 )
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Update lib/ansible/modules/cloud/ovirt/ovirt_event.py
Co-Authored-By: nasx <ckeller@redhat.com>
* Cleaning up Copyright, Documentation and Examples section per Akasurde.
* Minor formatting change in examples
2019-03-11 14:40:17 +00:00