Tim Rupp
868c2630dd
Adds bigip gtm monitor http module ( #39944 )
...
This module can be used to manage http monitors on a GTM
2018-05-10 06:26:13 -07:00
Chris Alfonso
02adb6520f
Removing stretch items for 2.6 roadmap ( #39757 )
...
* netconf modules
* gRPC connection plugin
2018-05-10 14:03:49 +01:00
Martin Krizek
a1620ee2e0
git: clarify the archive option in docs ( #39956 )
2018-05-10 14:39:42 +02:00
Matthew Stone
e80ea39903
Adding slxos_l2_interface module ( #39309 )
2018-05-10 13:17:35 +01:00
Abhijeet Kasurde
5ed81820c0
VMware: Custom Field in vmware_inventory ( #39796 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-05-10 17:38:03 +05:30
Matthew Stone
fb457b4200
Adding slxos_linkagg module ( #39190 )
2018-05-10 13:06:57 +01:00
Ikrom
9254f67f3e
Update firewalld.py ( #39951 )
...
Typo fixed
+label: docsite_pr
2018-05-10 12:13:53 +02:00
Trishna Guha
f1103a7a02
remove purge from nxos_logging doc, argspec ( #39947 )
...
* remove purge from nxos_logging doc, argspec
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* shippable
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-05-10 15:28:37 +05:30
Matthew Stone
a8156c52d4
Adding slxos_interface module ( #39123 )
...
* Adding slxos_interface module
* Fixing sanity checks
* Fixing slxos_config tests for fixture change in slxos_interface
2018-05-10 10:09:42 +01:00
Ricardo Carrillo Cruz
56c5567912
Exit admin mode properly on iosxr_config ( #39594 )
...
Fixes #38811
When using 'admin' in iosxr-config, we need to pass an end
to config terminal session but also pass exit so we exit admin
mode.
2018-05-10 10:36:37 +02:00
Dag Wieers
d7f3d3b867
Fix module validation checks and remove old params ( #39926 )
...
This PR includes:
- Fixes to the majority of module validation issues
(deliberate inconsistencies between docs and arg_spec)
- Removal of deprecated parameters 'method' and 'protocols'
- A few typos in the documentation
There are still some left-over validation errors, some are deliberate
(like doc strings as default to indicate ranges, etc.)
2018-05-10 08:47:08 +02:00
Tim Rupp
64ee8da3f1
Adds the bigip_gtm_pool_member module ( #39937 )
...
This module can be used to manage individual pool members on a bigip's
GTM installation
2018-05-09 19:13:52 -07:00
Ewoud Kohl van Wijngaarden
e4efc191c5
Fix code snippet in playbook filters doc ( #39798 )
2018-05-10 12:05:24 +10:00
Kami Gerami
3d315244af
urls: fix typo in examples section ( #39777 ) ( #39778 )
2018-05-10 12:02:17 +10:00
Matt Clay
a7d7df1450
Make docs-build sanity test disabled by default.
2018-05-09 17:55:00 -07:00
Tim Rupp
ad5fdf5eb7
Fixes for bigip_gtm_wide_ip ( #39931 )
...
Added the irules parameter. Misc corrections of invalid parameter
names and internal behaviors.
2018-05-09 17:28:07 -07:00
Andrew Gaffney
1cf07028d4
Don't display host pattern warning for empty groups ( fixes #35255 ) ( #39927 )
2018-05-09 14:13:48 -05:00
Brian Coca
cbb6a7f4e8
Enabled unsafe and vault in JSON ( #38759 )
...
* allow to load json marked as unsafe or vault
* centralized json code/decode, add vault support
* use generics to allow for more varied inputs
* allow inventory to dump vault w/o decrypting
* override simplejson also
* add entry for unsafe also
* load vaulted and unsafe json, support unvaulting if secrets provided
2018-05-09 14:01:51 -04:00
Andrew Gaffney
ff16e993be
Fix task banner with 'actionable' callback when using templates in name ( #38165 )
...
This fixes #31074 .
2018-05-09 13:57:28 -04:00
Matt Clay
dec4f10c21
Move lookups tests to group1.
2018-05-09 09:54:03 -07:00
Matt Clay
c1f9efabf4
Overhaul httptester support in ansible-test. ( #39892 )
...
- Works with the --remote option.
- Can be disabled with the --disable-httptester option.
- Change image with the --httptester option.
- Only load and run httptester for targets that require it.
2018-05-09 09:24:40 -07:00
Anil Kumar Muraleedharan
3c32b483bc
Fix for NameError ( #39665 )
...
Issue : NameError: global name ‘cnos_devicerules’ is not defined. while running cnos modules.
Device Rule file validates the range and type of data going into each CLI based on device type it is executed against.
This has to be backported to 2.5
2018-05-09 17:09:25 +01:00
scottmishra
2b2bfc8032
Update panos_security_rule.py ( #39036 )
...
<!--- Your description here -->
+label: docsite_pr
2018-05-09 09:49:41 -05:00
Dave
5f0e6b2dc3
Update panos_op.py ( #39013 )
...
<!--- Your description here -->
The examples were apparently pasted from panos_object and the module name wasn't updated.
+label: docsite_pr
2018-05-09 09:47:42 -05:00
Matt Clay
0e344b225a
Remove CI group from unsupported tests.
2018-05-09 07:29:31 -07:00
Matt Clay
6a1cb25c99
Remove unnecessary destructive aliases.
2018-05-09 07:29:31 -07:00
Matt Clay
8e6fd48087
Mark unsupported vmware tests.
2018-05-09 07:29:31 -07:00
Kevin Breit
c36aa6ae50
Panos/doc fragment ( #37696 )
...
* Create PanOS module documentation fragment
- Module documentation fragment currently holds 3 parameters
- It most likely won't be used in every single module since there is
some variance
* Modified PanOS module for use doc_frags
- Where documentation is consistent, module documentation now uses a
documentation fragment instead of all documentation being contained in
the module.
* Formatting and syntax error fixes
Updated some formatting errors to make ansibot happy.
* Revisions for grammar
2018-05-09 09:13:22 -05:00
Chris Smolen
75304bd121
Update ios_system.py ( #39623 )
...
<!--- Your description here -->
Typo in the example of `domain_search`, was `domain-search`should be `domain_search`
+label: docsite_pr
2018-05-09 14:44:27 +01:00
Filippo Civiletti
c32aef74d5
expect: Fix typo in examples ( #39900 )
2018-05-09 13:55:17 +02:00
Dag Wieers
82b9c7c518
Add meraki_team to modules/network/meraki
2018-05-09 11:34:37 +02:00
Ken Celenza
e476089bb9
spacing issue ( #39884 )
2018-05-09 10:08:59 +02:00
Abhijeet Kasurde
c164069079
VMware: new module : vmware_tag_facts ( #39889 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-05-09 13:38:26 +05:30
Martin Krizek
bf702e6d88
dnf: handle error when latest pkg not found ( #39720 )
...
* dnf: handle error when latest pkg not found
* Add integration test
2018-05-09 10:05:00 +02:00
Abhijeet Kasurde
3c389aee73
VMware: Add more robust logic to deal with VM moref ( #39462 )
...
This fix adds more robust logic to deal with virtual machine
managed object and its comparsion.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-05-09 00:53:01 -04:00
Matt Martz
ea489b3f33
Update missed private doc for import_role ( #39873 )
2018-05-08 15:46:45 -05:00
Toshio Kuratomi
3e64036684
Fix encoding issue when parsing plugin examples
...
This caused a non-fatal traceback when building, for example, the module
documentation for the debug module.
2018-05-08 12:21:52 -07:00
Pilou
2397ca1a7e
Fix unset ansible_virtualization_role ( #39514 )
...
Error was:
AttributeError("'str' object has no attribute 'startwith'",)
Closes #39138
2018-05-08 23:39:38 +05:30
Matt Clay
a5b8085113
Move pyvmomi install into cloud test plugin.
2018-05-08 10:09:35 -07:00
Piotr Płazieński
0296c8466a
Don't update cpu/memory allocation in configspec if there is no change. ( #39790 )
...
Fixes #38941
2018-05-08 21:54:50 +05:30
Nathaniel Case
c6270e15a6
Remove provider (and transport, where applicable) from consideration when not using connection=local ( #39555 )
...
* Remove provider (and transport, where applicable) from consideration
* Add tests that misplaced transport does not fail task
2018-05-08 12:06:37 -04:00
Matt Martz
384a0d8b01
Deprecate private for include_role ( #39821 )
2018-05-08 10:31:56 -05:00
Trishna Guha
f08332acb4
nxos enable mode ( #39355 )
...
* nxos enable mode
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix prompt
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add authorize,auth_pass
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* remove byte string from exec_cli_command
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add on_become test
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* removed_in_version
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-05-08 15:31:02 +05:30
Felix Fontein
83df7249fd
Renaming letsencrypt -> acme_certificate ( #39816 )
...
* Renaming letsencrypt -> acme_certificate.
* Also renaming in BOTMETA.yml.
2018-05-08 09:17:40 +02:00
Cameron
854be6ef16
docs: fix 'ipmi' typo ( #39823 )
2018-05-08 09:15:56 +02:00
saichint
e3bfbe5875
fix nxos_snmp_user issues ( #39760 )
...
* fix nxos_snmp_user issues
* shipppable fix
2018-05-08 11:57:12 +05:30
Markus Häll
58f9676d4b
hashi_vault: fix for : in secret name ( #39820 )
2018-05-08 07:54:25 +02:00
Trishna Guha
3c35dd4f7f
nxos_linkagg normalize interface ( #39591 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-05-08 11:15:05 +05:30
Deepak Agrawal
ef577b71cc
Handling of configurations blocks with end-* at the end of the block ( #39673 )
...
* handle end-policy issue
* revert changes in iosxr cliconf
* fix trailing parents not included in difference
* Moving fix to platform specific fix
* pep 8 issues
2018-05-08 10:02:50 +05:30
Ganesh Nalawade
09e3b5c92b
Fetch ios default config is defaults is enabled ( #39741 )
...
If default option is eanbled fetch the current
running configuration by adding `all` or `full`
flag
2018-05-08 09:38:08 +05:30