Nathaniel Case
1d13624eae
Clean up nxos_aaa_server ( #28177 )
...
* cleanup nxos_aaa_server
* Specify nxos_aaa_server output format
Fixes #27289
2017-08-15 12:08:03 -04:00
Jiri Tyr
1b8fe94e5a
Support list for baseurl and gpgkey params in yum_repository ( fixes #24948 ) ( #24967 )
...
* Support list for baseurl and gpgkey params in yum_repository
* Adding tests
2017-08-15 11:51:33 -04:00
Sam Doran
271127113f
Add comment option to authorized_key ( #27781 )
...
* Add comment option to authorized_keys
* Update version_added for authorized_keys comment
* PEP8
* Include index rank in parsed_key_key
* Properly display diff
Only display diff if specificed via settings
* Fix PEP8 test failure
Removed from legacy files since it is now properly formatted
* Cleanup integration test formatting and add test for new comment feature
* Correct version_added for new option
2017-08-15 10:50:50 -04:00
René Moser
d1fa210bed
yum: using install to update specified packages ( #26266 )
...
* yum: using install for update packages
* yum: fix return changed when latest version installed
* yum: fix changed when nothing to do
2017-08-15 16:20:10 +02:00
Ganesh Nalawade
a12e9807ba
Add intent arguments for ios and iosxr interface modules ( #28018 )
...
* Add intent arguments for ios_interface
* Intent argument support
* Integration test case for intent arguments
* Fix ci issue
* Add intent arguments for iosxr_interface
* Add intent check support for iosxr_interface
* Integration test for intent + configuration
* Fix ci failure
2017-08-15 19:20:28 +05:30
Ganesh Nalawade
38c0b581c3
Handle common argument in aggregate parameter for vyos module ( #28182 )
...
* Handle common agrument in aggregate parameter for vyos module
* Add supoort to set parameter in aggregate to it's respctive
top level argument if value not provided in aggregate.
* Aggregate argument spec validation
* Documentation for aggregate
* Fix unit test failure
2017-08-15 19:09:44 +05:30
Ganesh Nalawade
0c4706897c
Fix minor issue in junos_vlan ( #28218 )
2017-08-15 18:41:53 +05:30
Ondra Machacek
e9c9473819
Add power_manage_enabled option to ovirt_hosts module ( #28154 )
...
* cloud: ovirt: Add possibility to enable PM of host
* cloud: ovirt_hosts: user self.param to get module params
2017-08-15 05:32:18 -04:00
Fran Fitzpatrick
5fec649052
ipa_dnsrecord: Allow for PTR Records (supporting reverse DNS) ( #26709 )
2017-08-15 11:25:28 +02:00
Yanis Guenane
8ed7417ff9
openssl_csr: Allow user to specify criticality of extensions ( #28173 )
...
Allow user to mark the x509v3 extensions as critical, by specifying the
$extension_critical boolean, where $extension is the name of the
extension.
Currently this module supports only 3 differents x509v3 extensions:
* keyUsage
* extendedKeyUsage
* subjectAtlName
There are more to come.
2017-08-15 04:29:29 -04:00
Jordan Borean
f0a0e5674c
win_iis_webapppool: tests, check_mode, bugfixes ( #25869 )
...
* win_iis_webapppool: Added integration testa and cleanup
* Updated docs and tests
* fixes from linter
* fixed up typo in docs
2017-08-15 01:14:39 -04:00
Andrew Saraceni
b0db1a1cf6
New Module: Manage Windows event logs (win_eventlog) ( #27827 )
...
* initial commit for win_eventlog module
* remove type for retention_days in documentation
2017-08-15 01:13:52 -04:00
Andrew Saraceni
bb7813f16f
New Module: Write Windows event log entries (win_eventlog_entry) ( #27828 )
...
* initial commit for win_eventlog_entry module
* added test module for integration tests and minor documentation fixes
2017-08-15 01:13:14 -04:00
Jacob McGill
a8a3ad70ad
ACI Subnet: New Module ( #28202 )
...
* ACI Subnet: New Module
* fix docstring
* update docstring
2017-08-15 03:46:39 +02:00
Pilou
a3f91274b3
circonus_annotation: DOCUMENTATION & argument_spec cleaning ( #26832 )
...
* circonus_annotation: clean description
- add 'default' field
- default value for 'required' field is false
- use formatting function
* circonus_annotation: clean argument_spec
remove useless conversion
default of 'required' False
use 'default' when possible
* circonus_annotation: fix pep8
* circonus_annotation: add RETURN block
* circonus_annotation: check_mode isn't supported, add a note
2017-08-14 18:40:00 -07:00
Jacob McGill
46956f0273
ACI Subject Filter Binding: New Module ( #28201 )
...
* ACI Subject Filter Binding: New Module
* add metadata
* fix whitespace
2017-08-15 03:33:11 +02:00
Dag Wieers
f8d24b4111
new module: Manage MCP interface policies [network/aci/aci_mcp] ( #28206 )
...
Manage MCP interface policies on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 03:26:43 +02:00
Jacob McGill
5efe713bea
ACI EPG Domain: New Module ( #28203 )
...
new module: managing EPG to VMM and Physical Domains [network/aci/aci_epg_domain_binding]
2017-08-15 03:24:58 +02:00
Jacob McGill
24ec04cbfc
ACI Filter Entry: New Module ( #28200 )
...
* ACI Filter Entry: New Module
* fix aliases key
2017-08-15 03:24:04 +02:00
Dag Wieers
835ef7dd66
new module: Manage Layer 2 interface policies [network/aci/aci_l2_policy] ( #28205 )
...
Manage Layer 2 interface policies on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 03:23:26 +02:00
Jacob McGill
cece18a777
aci_bd_l3out_binding.py ( #28199 )
...
new module: support for binding Bridge Domains and L3 Outs [network/aci/aci_bd_l3out_binding]
2017-08-15 03:14:53 +02:00
Jacob McGill
79afb2eff1
new module: manage Bridge Domains [network/aci/aci_bridge_domain] ( #28196 )
...
* ACI Bridge Domain: Add new module
* fix type in docstring
* fix type in docstring
2017-08-15 03:13:50 +02:00
Dag Wieers
68d487eacf
new module: Manage route tag policies [network/aci/aci_route_tag_policy] ( #28204 )
...
Manage route tag policies on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 03:13:03 +02:00
Dag Wieers
fdfb4f736d
new module: manage LLDP interface policies [network/aci/aci_lldp_policy] ( #28099 )
...
* aci_lldp_interface_policy: Manage LLDP interface policies
Module to manage LLDP interface policies on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
* Rename aci_lldp_interface_policy to aci_lldp_policy
2017-08-15 03:12:20 +02:00
Dag Wieers
5a887fb1f6
aci_port_channel: Manage port channel interface policies ( #28141 )
...
Manage port channel interface policies on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 01:51:23 +02:00
Dag Wieers
af39ed86e5
aci_span_dst_group: Manage span destination groups ( #28143 )
...
Manage span destination groups on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 01:51:13 +02:00
Dag Wieers
9b05195a04
aci_taboo_contract: Manage taboo contracts ( #28144 )
...
Manage taboo contracts on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 01:51:01 +02:00
Dag Wieers
42d8a9ea89
aci_port_security: Manage port security ( #28142 )
...
Manage port security on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 01:50:12 +02:00
Dag Wieers
f7244ebb49
aci_monitoring_policy: Manage monitoring policies ( #28140 )
...
Manage monitoring policies on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 01:49:52 +02:00
Dag Wieers
ec8b99ac06
aci_action_rule_profile: Manage action rule profiles ( #28139 )
...
Manage action rule profiles on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 01:49:35 +02:00
Dag Wieers
67111e7fec
aci_fc_policy: Manage FC interfaces on Cisco ACI fabrics ( #28095 )
...
Module to manage FC interfaces on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 01:49:19 +02:00
Dag Wieers
4e3c3a1aa1
aci_filter: Manage filter objs on ACI fabrics ( #28094 )
...
Module to manage top level filter objects on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 01:48:47 +02:00
Dag Wieers
d4fae9bbbc
aci_contract: Manage contracts on ACI fabrics ( #28093 )
...
Module to manage contracts on ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 01:48:27 +02:00
Dag Wieers
f345ba5c38
More maintainers is a good thing, right ?
2017-08-14 23:50:21 +02:00
Evan Kaufman
767be93f77
Replace - Clarified regex docs ( #26727 )
...
* Clarified docs regarding multiline mode and negated character sets
Refs #26712
* Escaped newline
2017-08-14 14:25:08 -07:00
Sam Doran
68060002e8
Rename modules from plural to singular ( #27185 )
...
* First batch of modules renamed from plural to singular
Related to this proposal: https://github.com/ansible/proposals/issues/10
* Emit rename deprication warning
* Update legacy-files.txt and skip.txt to reflect new names
2017-08-14 16:35:15 -04:00
saichint
9d84a4e530
fix for nxos_ospf_vrf invalid cmd and ntp errors ( #27977 )
...
* fix for nxos_ospf_vrf invalid cmd
* fix for nxos_ntp issues
2017-08-14 16:09:16 -04:00
Nathaniel Case
19a6000d97
Fix nxos_bgp_af networks parameter ( #28169 )
...
* Split 'networks' and 'redistribute' in get_value
* Add missing `'` in docs
2017-08-14 15:18:10 -04:00
Jacob McGill
59f704c766
add module to support ACI Contexts ( #28091 )
2017-08-14 13:11:21 -06:00
Toshio Kuratomi
47b534d809
Move more modules out of curated
...
pip to core because users frequently use pip to install packages to run
ansible modules.
win_chocolatey to community as it still needs some work before we'd be
ready to include it in core support.
2017-08-14 10:58:15 -07:00
Abhijeet Kasurde
8b7a58c961
Remove redundant get_obj method ( #26819 )
...
Fix removes redundant get_obj method in favor of
find_datacenter_by_name API. Also, strict checking for
datacenter object.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-08-14 12:37:36 -04:00
rahushen
b74300b657
Additional fix for #27167 : port-channel interface idempotence ( #27979 )
2017-08-14 11:44:12 -04:00
Nathaniel Case
820d7e805a
Streamline nxos_smu ( #28030 )
2017-08-14 10:54:50 -04:00
rahushen
b9c3329950
nxos_ip_interface: Fixes for #27170 , #27172 ( #27935 )
...
* Fixes for #27170 , #27172
* Add nxos_ip_interface IT tests
* For ipv6 check if ip address configured before doing a no ip address
2017-08-14 10:16:08 -04:00
Arne Demmers
000df2709d
Support downgrade to specific version in yum module.
2017-08-14 04:55:39 -07:00
David Newswanger
cfda267b2b
fixes pipe issue ( #28127 )
2017-08-14 17:21:32 +05:30
Trishna Guha
60ce6438e3
fix nxos_overlay_global idempotence ( #28150 )
...
* fix nxos_overlay_global idempotence
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* modify nxos_overlay_global unittest
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2017-08-14 16:09:53 +05:30
David Newswanger
a01aa6e9df
Fix structured output not supported in nxos_pim_interface ( #28125 )
...
* fixed unstructured error
* fix unit tests so they accept commands in dictionary form
2017-08-14 12:34:05 +05:30
Trishna Guha
12460dd713
Add ios_vrf declarative intent config check ( #28001 )
...
* Add ios_vrf declarative intent config check
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* add version for delay param
* modify ios_vrf unit test
2017-08-14 12:27:03 +05:30
Ganesh Nalawade
eb33cc88bd
Add state intent argument in vyos interface ( #28066 )
...
* Add state intent argument in vyos interface
* State intent argument support
* Integration test for supported intent arguments
* Add intent testcase
* FIx ci issue
2017-08-14 10:17:41 +05:30