Matt Martz
64bb54dab4
Catch per loop label templating exceptions. Fixes #48879 ( #48896 )
2018-11-20 15:29:44 -05:00
Lukas Grossar
ba8a05daab
fix typo in constants.py ( #48877 )
...
* CONTROLER_LANG => CONTROLLER_LANG
2018-11-20 15:20:03 -05:00
Wojciech Sciesinski
cebe64ac0c
Add a missed command ( #48857 )
...
adds command to set the environment for the hacking script
2018-11-20 14:14:18 -06:00
Andreas Krüger
e1fbd54ebb
Add link to include / import module doc to discussion of include / import. ( #48932 )
2018-11-20 14:02:58 -06:00
jpdasma
a4ad59fdf6
user: Modify RBAC attributes for Illumos/Solaris based system ( #48409 )
2018-11-20 15:02:40 -05:00
Tim Rupp
fb782fa3e9
Adds the bigip_password_policy module ( #48951 )
...
This module can be used to manage password policy settings on a BIG-IP
2018-11-20 11:59:02 -08:00
John R Barker
3fcc564bbb
Bulk fix DOCUMENTATION.author (Part 1) ( #48934 )
...
* Bulk fix DOCUMENTATION.author
2018-11-20 19:31:35 +00:00
Björn
9c71f176f3
Make wait_for return matched groups defined in search_regex. Closes #… ( #47690 )
...
* Make wait_for return matched groups defined in search_regex. Closes #25020 .
* Fix formatting issues.
* Fix issues raised in review.
- Use output_dir instead of hardcoded /tmp for temp files
- Sleep for only 3s instead of 10s
- Revert indent change
2018-11-20 14:19:17 -05:00
Michael Rose
0886c20d19
influxdb_user - Allows updates to user privileges ( #46667 )
...
* influxdb_user - Allows updates to user privileges
* influxdb_user - Updated documentation for admin roles
2018-11-20 20:08:39 +01:00
Abhijeet Kasurde
08c3e0a248
route53_facts: Handle exception gracefully ( #48801 )
...
Handle exception in while querying hostzone details, for example
'NoSuchHostedZone' is raised when host zone id does not exists.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-20 10:07:06 -05:00
Bianca Henderson
89a9bc0488
Change intro portion of Testing page ( #48692 )
...
* Change intro portion of Testing page
2018-11-20 09:43:53 -05:00
Abhijeet Kasurde
a6fde8aef9
Add timeout information into async failure message
...
Add some extra information to an async failure message to reflect the
actually timeout value of the failure.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-11-20 08:46:27 -05:00
David Soper
9f1b75db0e
Ucs disk group policy ( #43578 )
...
* ucs_disk_group_policy module and integration tests
* Additional refactor based on review in other modules.
* Fix issue with automatic config and add virtual_drive config.
Integration tests added for automatic config and virtual_drive config.
* Code review updates (documentation items)
* update version added to 2.8
2018-11-20 13:34:49 +01:00
Abhijeet Kasurde
834d9330e9
Misc Typo ( #48918 )
...
Changed hostames to hostnames
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-20 09:48:46 +01:00
Abhijeet Kasurde
789b0ef0c9
Pass string command in run_command ( #48805 )
...
When there are spaces in command args passed as a list,
then run_command and underlying subprocess fails.
This can be overcome by passing command as string rather than list.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-20 00:01:54 -05:00
Mike Wiebe
a721572206
Fix issues with nxos_os_install module ( #48811 )
...
* Use expect module to copy files
* Remove old and redundant upgrade files
* Return error message instead of code
* Cleanup copy command code
* Fix force issue in nxos_install_os
* new nxos_install_os integration tests
* Uncomment transport tests
* Revert negative test change
* Remove combined option that is no longer required
* Make shippable happy
* Add n5k test files
2018-11-20 10:14:15 +05:30
Tim Rupp
10095a397c
Adds the bigip_monitor_gateway_icmp module ( #48915 )
2018-11-19 19:11:00 -08:00
Tim Rupp
fdbc0e5798
Adds the bigip_dns_cache_resolver module ( #48914 )
2018-11-19 19:05:24 -08:00
Tim Rupp
e7d1c0fb77
Removes f5-sdk references from bigip modules ( #48911 )
2018-11-19 19:02:02 -08:00
Jordan Borean
e62edfc796
Ansible.Basic - fix deprecate return value ( #48908 )
2018-11-20 09:26:16 +10:00
Tim Rupp
8e6c3b06b8
Adds the ip_intelligence_policy parameter to vs module ( #48903 )
2018-11-19 15:24:44 -08:00
Tim Rupp
7546ebf08e
Make use of the bytes function that supports both py2 and 3 ( #48904 )
2018-11-19 15:24:31 -08:00
Jordan Borean
9b0dd5224b
win_security_policy - add warning when using this module ot edit rights ( #48850 )
2018-11-20 09:21:28 +10:00
Jordan Borean
7692882db3
Added csharp utils to the botmeta ( #48909 )
2018-11-20 09:21:11 +10:00
Tim Rupp
fdb5b124fd
Changes argspec to no longer enforce strict int ( #48901 )
...
The route domain parent can be a string instead of an int. this patch
chanes the argspec to allow this.
2018-11-19 13:54:55 -08:00
Tim Rupp
8d2beea1cf
Removes commented out code ( #48902 )
2018-11-19 13:51:12 -08:00
Tim Rupp
e6d586f703
Change port to allow strings too ( #48899 )
...
The port technically supports an asterisk, but the argument spec was
requiring integers only.
2018-11-19 13:44:20 -08:00
Tim Rupp
03f448f329
Adds documentation to make note of tower/awx restrictions ( #48900 )
...
When using modules that download files, you need to be aware of tower/awx
restrictions to use those modules correctly.
2018-11-19 13:40:37 -08:00
Andreas Krüger
15c58cf35f
In the Makefile useful target list, mention "clean" and "webdocs". ( #48843 )
2018-11-19 14:44:26 -06:00
Brian Coca
68301f890a
fix cache 'update' method to be 'mapping' compatible
...
- also simplify the update functions
- fix methods and allwow backwards compat with plugins overriding 'update'
2018-11-19 14:18:18 -05:00
Matt Davis
9973bea504
fix failing tests
...
* removal of deprecated win_get_url arg `skip_certificate_validation` broke win_unzip tests
2018-11-19 11:09:53 -08:00
Scott Barvick
0f0e976183
updated .decode('utf-8') to to_text()
2018-11-19 13:34:04 -05:00
Scott Barvick
1ff7b258f4
make compatible with both python 2 and 3 by setting the encoding
2018-11-19 13:34:04 -05:00
Adam Miller
41176b5e0f
fix group-missing/invalid-group detection
...
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-11-19 10:13:07 -08:00
Adam Miller
2b878546d3
fix yamllint sanity
...
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-11-19 10:13:07 -08:00
Adam Miller
23b60035a1
fix up sanity tests and with_modules conditional
...
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-11-19 10:13:07 -08:00
Adam Miller
4a06e95671
dnf to support modularity module appstream specs
...
Fixes #48743
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-11-19 10:13:07 -08:00
Abhijeet Kasurde
b4542e429f
Add ckotte as VMware maintainer ( #48884 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-19 17:18:04 +00:00
Abhijeet Kasurde
a32902427c
linode_v4: correct usage of module.fail_json ( #48882 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-19 12:16:41 -05:00
Brian Coca
652da82558
fix bug in config mgr
...
- use function that creates config slots as needed
2018-11-19 11:46:17 -05:00
Brian Coca
87e44a7ed1
better handling of bad type in config ( #48821 )
...
* better handling of bad type in config
fixes #22468 , fixes #22476
2018-11-19 11:45:45 -05:00
dionben
a796299651
Added support for L2 external domain association (l2dom). ( #48670 )
...
* Added support for L2 external domain association (l2dom).
Added support for L2 external domain association (l2dom).
* Update lib/ansible/modules/network/aci/aci_epg_to_domain.py
* Fix a few small items, restore earlier changes
Performed the necessary updates to fix this PR.
* Fix spaces
* One more miss
2018-11-19 17:22:04 +01:00
Abhijeet Kasurde
2faddfc1fe
Misc typo in msc_* modules ( #48716 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-19 16:50:39 +01:00
tchernomax
943edb3319
apt: add policy_rc_d option ( #47191 )
2018-11-19 14:45:48 +00:00
Chris Archibald
50808ffa8f
Add common files for ONTAP and SOLIDFIRE unit tests ( #48739 )
...
* And unit test files
* Changes to netapp.py
* Matt's changed, and pep8 change for test_netapp.py
2018-11-19 14:43:32 +00:00
Maciej Delmanowski
c7e2226035
Do not require TTY for 'apt-key' operations ( #48580 )
...
The 'gpg' command supports the '--no-tty' option, which disables any use
of a TTY during its execution. This parameter is sometimes required for
non-interactive operation to avoid any questions for the user.
The 'apt-key adv' command can pass additional parameters to the
underlying 'gpg' command. This patch adds the '--no-tty' option to avoid
issues with APT key imports when Ansible pipelining active, which
disables the use of a dedicated TTY.
2018-11-19 12:40:06 +00:00
duritong
475d69da69
Make puppet module useable on puppet 6 ( #46044 )
...
The unused ignorecache setting has been removed and so you
can't run puppet through this module anymore.
See PUP-8533 / https://tickets.puppetlabs.com/browse/PUP-8533
2018-11-19 12:12:25 +00:00
Pilou
7f98a8db12
BOTMETA.yml and module metadata: fix case authors ( #46051 )
...
* botmeta: fix GitHub ID case
* module authors: fix GitHub ID case
* replace CloudEngine-Ansible by submitter GitHub ID
2018-11-19 11:47:14 +00:00
John R Barker
690b990fb5
plugins/loader is core ( #48868 )
2018-11-19 06:09:09 -05:00
Pit Kyzn
c79a9e2287
add example for flusing [tables] chains ( #48858 )
...
<!--- Your description here -->
add examples for:
- iptables flush filter
- iptables flush nat
+label: docsite_pr
2018-11-19 10:02:59 +00:00