Tim Rupp
d8a8c21efe
Removes the f5-sdk from the traffic group module ( #48008 )
2018-11-02 13:01:22 -07:00
Tim Rupp
8abc7e49b4
Adds description field to bigip_traffic_selector module ( #48007 )
2018-11-02 12:48:17 -07:00
Tim Rupp
24be9c030c
Remove f5-sdk and add qinq ethertype ( #48006 )
...
This patch removes the f5-sdk from bigip trunk and adds the qinq
ethertype parameter
2018-11-02 12:47:58 -07:00
Tim Rupp
b4af058c55
Fixes unit tests and token cleanup ( #48005 )
...
The unit tests in 2.8 were broken. this fixes them and adds a token
cleanup to the bigip_tunnel module
2018-11-02 12:14:30 -07:00
Tim Rupp
2a69dfb22f
Removes f5-sdk from bigip_ucs module ( #48003 )
...
This patch removes the usage of the f5-sdk from the bigip_ucs module
2018-11-02 12:13:44 -07:00
ofir shtrull
7c3b0a338e
Update elb_target_group.py ( #47389 )
...
removed space that if its copied and pasted it can break an ansible run
+label: docsite_pr
2018-11-02 15:13:16 -04:00
Dag Wieers
6a37582158
msc_role: Manage roles on ACI MultiSite ( #47757 )
...
This includes the new msc_role module and integration tests.
2018-11-02 20:08:11 +01:00
Dag Wieers
1ac40e21b4
msc_site: Manage sites on ACI MultiSite ( #47756 )
...
This includes the new msc_site module and integration tests.
2018-11-02 20:07:10 +01:00
Dag Wieers
e97ad60f3b
msc_tenant: Manage tenants on ACI MultiSite ( #47755 )
...
This includes the new msc_tenant module and integration tests.
2018-11-02 20:02:42 +01:00
Dag Wieers
7142715b15
msc_user: Manage users on ACI MultiSite ( #47754 )
...
This includes the new msc_user module and integration tests.
2018-11-02 20:00:17 +01:00
Tim Rupp
f6309d19a3
Removes f5-sdk from bigip_uce_fetch module ( #48002 )
...
This is part of the ongoing effort to fully remove the f5-sdk from
the f5 ansible modules
2018-11-02 11:54:40 -07:00
B-Art
fc1cbddd3d
exprpessions into expressions ( #47967 )
...
* exprpessions into expressions, JInja2 into Jinja2
2018-11-02 13:39:21 -05:00
Romain Poirot
30ce2d2b65
Add examples to the helm module for a git source ( #47988 )
2018-11-02 13:35:32 -05:00
Tim Rupp
5b5d41e958
Removes the f5-sdk from bigip_user ( #47794 )
...
This is more work in the ongoing effort to remove the f5-sdk from
all f5 ansible modules
2018-11-02 11:25:18 -07:00
Dag Wieers
67aa98c30f
msc_label: Manage label on ACI MultiSite ( #47753 )
...
This includes the new msc_label module and integration tests.
2018-11-02 19:22:20 +01:00
Abhijeet Kasurde
ab86051c0b
Misc fixes for several errors
...
* aci: Correct usage in fail_json
* Fixes incorrect usage of fail_json
* Raise exception object
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-02 12:14:57 -04:00
Christina Kyriakidou
638834dc4e
issue-47881 making udp calls an option ( #47885 )
...
* issue-47881 making udp calls an option
* squash! issue-47881 making udp calls an option
* squash! issue-47881 making udp calls an option
* squash! issue-47881 making udp calls an option
* --squash
* squash! Merge branch 'issue-47881' of github.com:ckyriakidou/ansible into issue-47881
2018-11-02 09:52:27 -04:00
f-bor
35b97a2fa7
edgeswitch_facts ( #47618 )
2018-11-02 18:50:11 +05:30
anasbadaha
e8d6645c54
Issue 46477 Fix Module onyx interface for supporting new json changes ( #46494 )
...
Signed-off-by: Anas Badaha <anasb@mellanox.com>
2018-11-02 18:46:04 +05:30
Christian Kotte
754c377dbd
VMware: Improve output of vmware_local_role_facts ( #47871 )
2018-11-02 14:28:36 +05:30
Joey
899e5645ed
Add retry mechanism support for deactivating storage domain (Updated). ( #47551 )
2018-11-02 08:48:46 +00:00
Abhijeet Kasurde
487f2f25ce
VMware: Handle exception for no snapshot while cloning ( #47924 )
...
Handle exception when there is no snapshot available in virtual machine or template while cloning using vmware_guest.
Fixes : #47920
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-02 13:40:06 +05:30
saichint
b92556549e
Add new configurations for nxos_vxlan_vtep ( #47834 )
...
* add new commands for vxlan
* review comments
* fix unit test
* fix sanity yaml spaces
2018-11-02 11:23:37 +05:30
saichint
1b9cf85860
Add new configuration for nxos_vxlan_vtep_vni ( #47882 )
...
* Add suppress_arp_disable
* review comments
2018-11-02 11:23:23 +05:30
René Moser
064530b72e
cs_network_acl_rule: fix doc and sanity ( #47835 )
...
* cs_network_acl_rule: fix doc and sanity
* doc styling
2018-11-02 01:08:15 +01:00
Stephan Müller
00bab2d24d
[docker_network] add ipv6 support ( #47492 )
...
* [docker_network] add ipv6 support
* docker_network: review ipam_options
* docker_network: fix requirements
* docker_network: fix deprecation notice
* docker_network: add minimum docker version change
* docker_network: remove trailing whitespace
* docker_network: revert rename of network_four #discussion_r228707101
* docker_network: refactor IPAM config comparison #discussion_r228707255, #discussion_r228707280
* docker_network: correct spelling of IPv4 and IPv6 #discussion_r228707114, #discussion_r228707138
* docker_network: manually remove networks #discussion_r228709051
* docker_network: refactor enable_ipv6 condition #discussion_r228707317
* docker_network: add mutually_exclusive #discussion_r228707185
* docker_network: fix iprange #discussion_r228709072
* docker_network: add auxiliary addresses in examples and tests
* docker_network: link to docker docs #discussion_r228707018
* docker_network: remove list default #discussion_r228707060, #discussion_r228709091
* docker_network: introduce params syntax for create_network() #discussion_r228709031
* docker_network: beautify code
* docker_network: resolve change requests
* docker_network: add yaml header
* docker_networking: fix get_ip_version
* docker_network: extend CIDR test
* docker_network: use backported unittest2 for python 2.6
* docker_network: migrate unittest to pytest
2018-11-02 08:59:16 +10:00
Akshay Gaikwad
80ca779aa7
Support for device read write limit parameters ( #47814 )
...
* Support for device read write limit parameters
* Add following options in docker_container module
- device_read_bps
- device_write_bps
- device_read_iops
- device_write_iops
Fixes #36831
* test for device_read_iops
* combined test for device_write_bps and device_write_iops
2018-11-02 08:58:06 +10:00
James Cassell
6f0126534c
os_server_facts: remove duplicate statement ( #47940 )
2018-11-01 17:10:57 -04:00
Pilou
cfe7c9606c
s3_bucket: don't assume anything other than *.amazonaws.com is Walrus ( #46745 )
...
For example, 'https://s3.nl-ams.scw.cloud ' isn't Walrus.
When Walrus is used, 's3_url' should be a hostname.
2018-11-01 12:04:50 -04:00
Pilou
d14f9dc685
s3_bucket: handle not implemented operations ( #46746 )
...
Don't fail when policy, requestPayment, tagging or versioning API is not
implemented by the endpoint and if related parameters policy, requester_pays,
tags or versioning are None.
2018-11-01 11:52:07 -04:00
jfpanisset
1814af9f34
Document lineinfile regexp gotcha ( #47912 )
...
You typically want the lineinfile module to operate in an indempotent way, similar to using "sed -i", so your regexp needs to match the line to edit both before and after the edit, otherwise on a second run the regexp will no longer match the original text line and you will end up with a second copy of the replacement line at the top/bottom of the file.
2018-11-01 10:38:45 -04:00
Tomas Tomecek
23becece53
Implement connection plugin for podman ( #47519 )
...
* new connection plugin: podman
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* podman,conn: utilize remote_user to run commands
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* podman connection: update docs
Co-Authored-By: TomasTomecek <ttomecek@redhat.com>
2018-11-01 10:14:18 -04:00
anasbadaha
dc8b3e94ad
Adding IGMP vlan module for onyx switches ( #47811 )
...
Signed-off-by: Anas Badaha <anasb@mellanox.com>
2018-11-01 14:25:25 +05:30
anasbadaha
760e57f877
Adinng new module for supporting PTP interface in Onyx switches ( #47489 )
...
Signed-off-by: Anas Badaha <anasb@mellanox.com>
2018-11-01 14:19:51 +05:30
anasbadaha
dea9e9b4c8
Adding new module for supporting PTP Global Protocol ( #47501 )
...
Signed-off-by: Anas Badaha <anasb@mellanox.com>
2018-11-01 14:16:30 +05:30
Lindsay Hill
a1b0d20368
New voss_config module ( #47533 )
...
* New voss_config module
* Updated test import paths as per #46996
2018-11-01 14:07:41 +05:30
Thierry Bouvet
87de2dde9f
Fix advertise addr ( #47608 )
...
* Fix issue #46326
* Update example to create a default swarm
2018-11-01 08:10:03 +00:00
Felix Fontein
65768b996d
docker_container: fix paused and add some tests ( #47900 )
...
* cleanup is already tested.
* Add test for paused.
* Add recreate and restart tests.
* timeout is a common docker option
* Implement paused and fix paused test.
* Add changelog.
* Improve paused test.
2018-11-01 08:08:43 +00:00
René Moser
242bd512d0
cs_ip_address: fix vpc and network mutually exclusive ( #47846 )
...
* cs_ip_address: fix vpc and network mutually exclusive
* add changelog
* streamline docs
2018-11-01 07:26:08 +01:00
Igor Simonov
8e561d1eb4
module grafana_dashboard fix for work python3 ( #47708 )
...
* fix for work python3
change string to str for work in python3
* delete unusin import module
2018-11-01 15:44:09 +10:00
Risto Oikarinen
276634c808
Make service_facts return value documentation visible ( #47701 )
2018-11-01 14:40:58 +10:00
ericdost
ee7bbe1044
Update meraki_network.py ( #47872 )
...
Fix examples from status to state
+label: docsite_pr
2018-10-31 17:20:53 -04:00
Brian Coca
d590f10d32
remove redundant md5 hashing
2018-10-31 13:54:52 -07:00
Andrea Scarpino
c2cd132828
Cleanup INVENTORY_IGNORE_EXTS ( #47880 )
...
BLACKLIST_EXTS already contains tilde
2018-10-31 16:04:29 -04:00
Toshio Kuratomi
9906daa83c
Fix password lookup for FIPS
...
Fixes #47297
2018-10-31 12:50:23 -07:00
Toshio Kuratomi
7eda5c50ae
Update ansible-doc for invariants in the metadata/plugin_doc api
...
* There will always be metadata returned so no need to check for its
existence first.
* There won't be version or metadata_version as those are being removed
by the api. So all checks for those need to be removed.
2018-10-31 10:41:46 -07:00
Toshio Kuratomi
dd906e20f4
Set the default metadata
2018-10-31 10:41:46 -07:00
James Cassell
8eacaf6a77
command modules: optional stdin_add_newline ( #45170 )
...
* stdin_add_newline: allow newline suppression on command modules
* command/shell: test for stdin_add_newline
* changelog for stdin_add_newline
2018-10-31 12:53:02 -04:00
Jordan Borean
73141d5035
pip: produce better error msg on import error ( #47743 )
...
* pip: produce better error msg on import error
* Added porting guide entry for 2.7
2018-10-31 15:30:37 +01:00
Nilashish Chakraborty
f0a057b63a
Add support for 25G and 100G interfaces ( #47852 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2018-10-31 19:09:53 +05:30
Nijin Ashok
6775ec3cf2
Currently it's not possible to migrate the VMs if the automatic ( #47612 )
...
migration is disabled. The PR adds new option to force migrate
the VMs. This is required for hosted engine migration since
automatic migration is disabled for HE VM by default.
2018-10-31 09:34:00 -04:00
Martin Krizek
504921278a
ce_vxlan_tunnel: remove redundant xml end tag ( #47806 )
2018-10-31 18:53:16 +05:30
Nilashish Chakraborty
baae7fa9ba
Fix ios_user not able to handle certain scenario ( #47656 )
...
* added support for users with password(not secret) configs
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Added example
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix typo
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix pep8
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Add integration tests
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2018-10-31 16:51:46 +05:30
Mike Wiebe
c53e3ca8e9
Add force disruptive option ( #47694 )
...
* Use expect module to copy files
* Add force option for disruptive upgrades
* Revert changes to copy_kick_system_images.yaml
2018-10-31 14:53:43 +05:30
Gonéri Le Bouder
30b6bb34cd
openstack: drop some reference to shade ( #47359 )
...
shade is not used anymore by the `os_*` modules.
PR #40532 replaces `shade` library by `openstacksdk`. This commit clean
up some references to the old library. It's similiar to what has been
done in PR #40784 .
2018-10-30 15:29:11 -05:00
Dag Wieers
b7e77c4274
BOTMETA: Move rabbitmq modules to own directory ( #46064 )
...
Moving rabbitmq modules to own directory makes it possible to automatically include $team_rabbitmq for new modules.
2018-10-30 14:54:38 -05:00
Simon Dodsley
ca5ca43888
Update Pure Storage purefa_pgsnap module to support recovery of ( #47086 )
...
remote replication snapshots to a local disk.
Add target and overwrite as options to enable local snapshot recovery
to different volume names.
2018-10-30 14:50:35 -04:00
Dave Buckley
2bdab94b0b
Allow os_server_facts to filter results based on provided filters dictionary ( #23638 )
...
* add filters variable to allow servers to be selected based on arbitrary nova properties
* update docs to fix yaml
* add required info for filters variable in the docs
* bump version number
* clean up documentation
2018-10-30 14:34:58 -04:00
Matt Martz
40e5d2c951
Do not filter out exception, warnings, deprecations on failure when using debug ( #47588 )
...
* Do not filter out exception, warnings, deprecations on failure when using debug. Fixes #47576
* Add changelog fragment
2018-10-30 12:51:25 -04:00
Matt Martz
fd662c0a63
New v2_runner_on_start callback added ( #47684 )
...
* New v2_runner_on_start callback added to indicate the start of execution for a host in a specific task
* Add changelog fragment
* Minor docstring clarification
2018-10-30 11:37:11 -05:00
Paul Harvey
cd75074fc5
fix yum proxy regex ( closes #47797 ) ( #47800 )
...
* Modify yum/tasks/proxy.yml to usernames that expose regex bug
* Fix bad regex backref/interpolation w/yum proxy username
A yum proxy username that begins with a number was being
interpolated as part of the backref, resulting in an error:
"sre_constants.error: invalid group reference"
Closes #47797
2018-10-30 16:35:37 +01:00
Martin Krizek
4b8f2c99d2
yum: fix 'package == version' syntax ( #47744 )
2018-10-30 16:28:22 +01:00
Wilmar den Ouden
7e9141e26e
Better description for the ce_vlan module ( #47816 )
...
Description for the name and description was vague. I didn't get the first time reading that it was talking about a character limit.
+label: docsite_pr
2018-10-30 09:50:37 -05:00
Marc Jay
a24700d120
RabbitMQ documentation suggests that deleting queues/exchanges is not implemented, but it is ( #46504 )
...
* Remove message suggesting that state: absent is not implemented for queues
* Remove message suggesting that state: absent is not implemented for exchanges
2018-10-30 14:40:45 +00:00
Daniel Shepherd
ef690e928f
pamd: fixes for multiple issues ( #47695 )
...
* Providing fix for #47083 in pamd.py
* Providing fix for #47197
* Fixing pep8 errors
* update regex to account for leading dash and VALID_TYPES with dashes as well
* use a results dictionary and clean up unnecessary items
* remove unnessecary return value. action is already reported in invocation output
* make naming consistent across action returns
* fix comparison so it checks equality instead of identity and indentation in update_rule()
* make sure file always has EOF newline
* updated regex to skip spacing between path and args and add rule arg regex to capture complex args
* new module argument parsing code in function and DRY changes
* remove unused has_rule method on PamdService class
* fix error in parse_module_arguments()
* updated args_present action to make it handle key value args and fail on complex bracketed arguments
* pep8 and other fixes so units still work
* suggested change - make version removed 2.8
Co-Authored-By: shepdelacreme <shepdelacreme@users.noreply.github.com>
* add more error proof test to if statement
2018-10-30 10:21:22 -04:00
Abhijeet Kasurde
b32b4111b2
plugin_filter: check for type error ( #46664 )
...
* Parsing plugin filter may raise TypeError, gracefully handle this exception
and let user know about the syntax error in plugin filter file.
* Test for plugin_filtering
Fixes : #46658
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-10-30 18:25:02 +05:30
Michał Siemek
c2b7174d31
Check if enabled_snat
is set in modules arguments ( #46754 )
...
If `enabled_snat` is not set at all in module arguments but Neutron
policy sets it by default in Openstack, then `os_router` will attempt to
recreate otherwise perfectly good router.
Follow up for https://github.com/ansible/ansible/issues/44432#issuecomment-428531031
2018-10-30 08:04:43 -04:00
Anna Nowak
eb39c461ce
Fix missing exceptions ( #45775 )
...
* Replace non-existing OpenStackCloudTimeout exception. Fixes : #45151
* Replace OpenStackCloudURINotFound that doesn't exist in the 'exceptions' module
2018-10-30 07:50:46 -04:00
Simon Dodsley
bfbf012da4
New Pure Storage FlashArray module to configure array DNS settings ( #47587 )
2018-10-30 09:52:47 +00:00
Simon Dodsley
e545af214a
New Pure Storage FlashArray module to manage array NTP settings ( #47581 )
2018-10-30 09:51:20 +00:00
Simon Dodsley
7fd5277de8
New Pure Storage FlashBlade module to manage object store buckets ( #47516 )
2018-10-30 09:50:41 +00:00
Simon Dodsley
30e9a21472
New Pure Storage FlashBlade module to create S3 users ( #47452 )
2018-10-30 09:49:53 +00:00
Simon Dodsley
e09bb00e1d
New Pure Storage FlashBlade module for S3 Accounts ( #47451 )
2018-10-30 09:48:59 +00:00
Evert Mulder
f179a4fcd2
Manageiq group module ( #45867 )
...
* ManageIQ module to manage groups
* Fixed typos, more examples on managed_filters.
* Simplified the input if managed_filters
Change return values role_name and tenant_name to role and tenant to macht input params
* Return managed_filters and belongsto_filters instead of filters to better mach the input params
2018-10-30 09:46:26 +00:00
Simon Dodsley
73964a9585
Add Pure Storage FlashBlade module to manage direcotry service roles ( #44926 )
2018-10-30 09:45:21 +00:00
Simon Dodsley
9034c0786d
Add Pure Storage FlashBlade module to manage network subnets ( #44422 )
...
* Add Pure Storage FlashBlade module to manage network interfaces
* Add Pure Storage FlashBlade module to manage subnets
2018-10-30 09:44:33 +00:00
Simon Dodsley
e5b6abadaf
Add Pure Storage FlashBlade module to manage network interfaces ( #44421 )
2018-10-30 09:43:23 +00:00
Felix Fontein
73533d3fc2
docker_* modules: simplify idempotency comparisons ( #47709 )
...
* More generic comparison code from docker_container to docker_common.
* More flexibility if a is None and method is allow_to_present.
Note that this odes not affect docker_container, as there a is never None.
* Update docker_secret and docker_config: simplify labels comparison.
* Added unit tests.
* Use proper subsequence test for allow_more_present for lists.
Note that this does not affect existing code in docker_container, since lists
don't use allow_more_present. Using allow_more_present will only be possible
in Ansible 2.8.
* pep8
2018-10-30 08:50:34 +00:00
Etienne Perot
e217ba6e19
docker_image: Fix up 'changed' event in force mode ( #33754 )
...
* docker_image: Fix up 'changed' event in force mode
This is the same as https://github.com/ansible/ansible/pull/19235 except it applies to all image-building modes (building the image locally, loading the image from an archive, or pulling the image), rather than only when pulling the image.
* Use 'dummy' rather than '_' as unused variable name.
* Add changelog fragment for pull request #33754
2018-10-30 08:48:30 +00:00
Susant Sahani
2596ac196f
nmcli: Introduce VxLan ( #45932 )
...
This work enables to add vxlan via nmcli module
```
- nmcli:
type: vxlan
conn_name: vxlan_test1
vxlan_id: 16
vxlan_local: 192.168.1.2
vxlan_remote: 192.168.1.5
```
ansible 2.8.0
revision 1: Added tests
Signed-off-by: Susant Sahani <susant@redhat.com>
2018-10-30 03:17:33 -04:00
Christian Kotte
e0f7a522a3
VMware: Improve module vmware_host_vmnic_facts ( #47278 )
...
* fix "AttributeError: 'NoneType' object has no attribute 'nicDevice'"
* add vmnic_details output (speed, duplex, vendor, mac, etc. pp.)
* add NIC capabilities, DirectPath I/O, and SR-IOV information output
* add num_vmnics
2018-10-30 12:21:50 +05:30
Tim Rupp
1ddfac5ad5
Fixes unit tests for vcmp guest module ( #47792 )
...
Tests were not working for ansible 2.8
2018-10-29 21:51:50 -07:00
Christian Kotte
6ebd20bf22
VMware: New module: vmware_host_vmhba_facts ( #47502 )
2018-10-30 10:10:43 +05:30
Tim Rupp
1aae9ad282
Remove f5-sdk from bigip_virtual_address module ( #47791 )
...
Removes the f5-sdk and fixes unit tests for ansible 2.8
2018-10-29 21:38:10 -07:00
Tim Rupp
3ad1cb5619
Adds bigip_device_syslog module ( #47790 )
...
This module can be used to alter the device syslog settings and
priorities for syslog settings
2018-10-29 21:24:24 -07:00
Tim Rupp
e0d2419683
Adds firewall global rules module ( #47789 )
...
This module allows the user to change global rules in AFM firewalls
2018-10-29 21:10:49 -07:00
Tim Rupp
10f3e0c187
Adds module to manage cookie persistence profiles in BIG-IP ( #47786 )
2018-10-29 20:47:25 -07:00
Tim Rupp
7336dd595b
Adds ipsec policy module for BIG-IP ( #47785 )
...
Allows users to manage IPSec policies on a BIG-IP
2018-10-29 15:49:22 -07:00
Tim Rupp
9d2f68e00a
Adds bigip_traffic_selector module ( #47784 )
...
This module enables the user to manage traffic selector policies on a BIG-IP
2018-10-29 15:27:18 -07:00
Tim Rupp
d69b8e4bfd
Import mdule for managing sys daemon logs in BIG-IP ( #47783 )
...
This module allows one to manage the daemon log settings in tmm on BIG-IP
2018-10-29 15:16:51 -07:00
Tim Rupp
9d351f2ee7
Adds bigip profile for http2 ( #47782 )
...
This allows one to manage HTTP2 profiles on a BIG-IP
2018-10-29 14:53:20 -07:00
Tim Rupp
f80288c0c4
Adds bigip_monitor_ldap module ( #47781 )
...
Adds new module to manage LDAP monitors on a BIG-IP
2018-10-29 14:42:49 -07:00
Tim Rupp
114d591f31
Adds bigip_ike_peet module ( #47780 )
...
Adds new module to managing IKE peers
2018-10-29 14:25:43 -07:00
Tim Rupp
92cf066514
Adds any ip proto to virtual server module ( #47779 )
2018-10-29 14:09:59 -07:00
Tim Rupp
8edbfb488c
Adds new parameters to bigip_vlan ( #47777 )
...
Also fixes unit tests to work in ansible 2.8
2018-10-29 13:57:53 -07:00
Tim Rupp
7c84ba8051
Fixes tests in bigip_wait for ansible 2.8 ( #47773 )
2018-10-29 13:08:35 -07:00
René Moser
58238375b4
apt: warn users on auto-install dep ( #47704 )
...
* apt: warn users on auto-install dep
* add changelog
2018-10-29 19:56:15 +01:00
Tim Rupp
8ede4c5e60
Adds more facts to bigiq_device_facts ( #47765 )
...
Adds more facts to the bigiq_device_facts module
2018-10-29 11:33:47 -07:00
Dag Wieers
3e890bdbaa
Initial import of MSC module_utils ( #46116 )
...
This is required for upcoming MSC modules.
2018-10-29 18:45:42 +01:00
Tim Rupp
6e28b7d572
Remove the f5-sdk from more bigiq modules ( #47721 )
2018-10-29 10:10:11 -07:00