summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added missing filename attribute to RETURNjhawkesworth-win_stat-existsjhawkesworth2017-05-311-2/+7
| | | Also made the path and filename sample values consistent.
* Add 'exists' to win_stat return docsjhawkesworth2017-05-301-0/+5
| | | Fix 25107 by adding documentation for 'exists' return value in win_stat module
* openvswitch_bridge.py: Avoid runtime error with no external_ids (#25128)Kei Nohguchi2017-05-291-5/+6
| | | | This happens when there is external_ids configured on the existing OvS bridge, though playbook doesn't.
* cloudstack: fix pep8 cs_podRene Moser2017-05-292-35/+34
|
* cloudstack: fix pep8 cs_factsRene Moser2017-05-292-24/+21
|
* cloudstack: fix pep8 cs_domainRene Moser2017-05-293-35/+42
|
* cloudstack: fix pep8 cs_accountRene Moser2017-05-292-13/+17
|
* cloudstack: fix pep8 cs_affinitygroupRene Moser2017-05-292-12/+30
|
* cloudstack: fix pep8 cs_clusterRene Moser2017-05-293-30/+49
|
* Added all new modules to CHANGELOG (#25120)Dag Wieers2017-05-291-1/+107
|
* only set ansible_host if i have dataBrian Coca2017-05-281-1/+5
|
* updated vbox docsBrian Coca2017-05-281-2/+11
|
* added ability to create vars from vbox propertiesBrian Coca2017-05-281-12/+24
|
* fixed virtualbox plugins, expanded docsBrian Coca2017-05-281-20/+29
|
* fixed shared 'compose' method for inventory pluginsBrian Coca2017-05-281-2/+2
|
* made inventory plugins list to keep config orderBrian Coca2017-05-281-6/+5
|
* Some cleanup of the intro and getting started sections. (#25083)scottb2017-05-283-14/+17
|
* Remove redundant find_content_view method (#24851)Abhijeet Kasurde2017-05-261-11/+0
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Allow setting/unsetting BYPASSRLS Postgres role attribute (#24625)Reilly Herrewig-Pope2017-05-264-93/+243
| | | | | | | | * Allow setting/unsetting BYPASSRLS role attr * Build valid role attrs against version * Add integration tests
* Correct nmcli dns example and documentation. Fix example indent (#20203)Esa Varemo2017-05-261-9/+10
| | | | Fixes https://github.com/ansible/ansible-modules-extras/issues/1910 and https://github.com/ansible/ansible-modules-extras/issues/1843
* Add monitor and failover support to DNSMadeEasy module (#23434)Eric Workman2017-05-261-13/+337
| | | | | | | | * Add monitor and failover support to DNSMadeEasy module * Fix pep8 and add version_added to new parameters * Change versions and improve descriptions
* Minor fixes (#25059)John R Barker2017-05-2627-291/+287
| | | | | 1) Examples: Remove double space between "option:" and "value" 2) Documentation: Fix rendering usses 3) Documentation: Remove `required: true` to match argspec
* Fixed backup file behavior in check mode (#24899)Evan Kaufman2017-05-261-3/+2
| | | Fixes ansible/ansible#21523
* Correcting YAML identation (#25049)Iain Foulds2017-05-261-1/+1
|
* New module: Add module to manage Windows Firewall (windows/win_firewall) ↵Michael Eaton2017-05-262-0/+150
| | | | | | | | (#23224) * added win_firewall module and updated to use list for profiles * removed unnecessary cast and bug/typo in ForEach block
* aos_login change default port and add version check (#24752)Damien2017-05-261-3/+7
| | | | | | | | | | * Change default port for aos_login and force type to Integer * Add check to make sure aos-pyez is present and has the right version * Update min version requirement in doc * Change default port in documentation as well
* New module: awall: add new module for alpine wall (#24748)tdtrask2017-05-261-0/+163
| | | | | | * awall: add new module for alpine wall * awall: Fix is_policy_enabled bug when policy has description
* New module: Add Sensu Silence module (monitoring/sensu_silence.py) (#24332)Steven Bambling2017-05-261-0/+311
| | | | | | | | | | | | | | | | | | * adding module to control management of sensu silence entries * adding doc stanza * fixing some issues * more cleanup * fixing defaults * fixing more doc issues * fixing examples * more fixes
* cloudstack: add check mode tests (#24908)René Moser2017-05-2632-33/+1838
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cloudstack: test: cs_network_acl: add check_mode tests * cloudstack: test: cs_pod: add check_mode tests * cloudstack: test: cs_user: add check_mode tests * cloudstack: test: cs_sshkeypair: add check_mode tests * cloudstack: test: cs_project: add check_mode tests * cloudstack: test: cs_vpc: add check_mode tests * cloudstack: test: cs_vpn_gateway: add check_mode tests * cloudstack: test: cs_volume: add check_mode tests * cloudstack: test: cs_vmsnapshot: add check_mode tests * cloudstack: test: cs_account: add check_mode tests * cloudstack: test: cs_affinitygroup: add check_mode tests * cloudstack: test: cs_cluster: add check_mode tests * cloudstack: test: cs_domain: add check_mode tests * cloudstack: test: cs_instancegroup: add check_mode tests * cloudstack: test: cs_iso: add check_mode tests * cloudstack: test: cs_loadbalancer_rule: add check_mode tests * cloudstack: test: cs_portforward: add check_mode tests * cloudstack: test: cs_resourcelimit: add check_mode tests * cloudstack: test: cs_securitygroup: add check_mode tests * cloudstack: test: cs_securitygroup_rule: add check_mode tests * cloudstack: test: cs_configuration: add check_mode tests * cloudstack: test: cs_firewall: add check_mode tests * cloudstack: test: cs_instance: add check_mode tests * cloudstack: query current tags from API Fixes unexpected tags returned in check mode.
* Added autoclean/autoremove for the apt moduleBrendan Almonte2017-05-252-4/+66
| | | | | | | | - Removed alias autoclean from autoremove. - Added independent execution of apt-get autoclean/autoremove - Continued to support --auto-remove as a flag to install/remove Fixes #22222 #24718
* Refactor zypper version parsing and handling (#24056)Robin Roth2017-05-252-46/+54
| | | Fixes #23516
* adding caching to script pluginBrian Coca2017-05-251-19/+27
|
* path cli options now resolve relative paths to cliBrian Coca2017-05-251-3/+3
|
* Contributing lib/ansible/modules/network/cloudengine/ce_bgp_af.py module to ↵QijunPan2017-05-251-0/+3484
| | | | | | | | | | manage HUAWEI data center CloudEngine (#22031) * add cd_bgp_af module add cd_bgp_af module * fix review issues
* Contributing new /lib/ansible/plugins/action/ce.py module to manage HUAWEI ↵QijunPan2017-05-252-2/+136
| | | | | | | | | | | | | | | | | | | | | | data center CloudEngine switch (#21645) * commit plugins action ce module commit plugins action ce module * update plugins/action/ce.py update plugins/action/ce.py * update action ce.py update action ce.py * fix CI issues * update ce.py * add ce action
* Contributing lib/ansible/modules/network/cloudengine/ce_mlag_config.py ↵QijunPan2017-05-251-0/+903
| | | | | | | | | | | | | | module to manage HUAWEI data center CloudEngine (#22054) * add ce_mlag_config add ce_mlag_config * update ce_mlag_config update ce_mlag_config * fix CI issues
* Contributing lib/ansible/modules/network/cloudengine/ce_link_status.py ↵QijunPan2017-05-251-0/+567
| | | | | | | | | | | | module to manage HUAWEI data center CloudEngine (#22053) * add ce_link_status add ce_link_status * upgrade ce LinkStatus * fix CI issues
* Contributing lib/ansible/modules/network/cloudengine/ce_ip_interface.py ↵QijunPan2017-05-251-0/+745
| | | | | | | | | | module to manage HUAWEI data center CloudEngine (#22052) * add ce_ip_interface add ce_ip_interface * fix CI issues
* Contributing lib/ansible/modules/network/cloudengine/ce_interface_ospf.py ↵QijunPan2017-05-251-0/+810
| | | | | | | | | | | | module to manage HUAWEI data center CloudEngine (#22051) * add ce_interface_ospf add ce_interface_ospf * upgrade Interface OSPF * fix CI issues
* Contributing lib/ansible/modules/network/cloudengine/ce_interface.py module ↵QijunPan2017-05-251-0/+882
| | | | | | | | | | to manage HUAWEI data center CloudEngine (#22050) * add ce_interface add ce_interface * fix review issue
* Contributing lib/ansible/modules/network/cloudengine/ce_info_center_log.py ↵QijunPan2017-05-251-0/+555
| | | | | | | | | | module to manage HUAWEI data center CloudEngine (#22048) * add ce_info_center_log add ce_info_center_log * fix review issues
* Contributing ↵QijunPan2017-05-251-0/+1797
| | | | | | | | | | lib/ansible/modules/network/cloudengine/ce_info_center_global.py module to manage HUAWEI data center CloudEngine (#22047) * add ce_info_center_global add ce_info_center_global * fix review issue
* Contributing lib/ansible/modules/network/cloudengine/ce_info_center_debug.py ↵QijunPan2017-05-251-0/+621
| | | | | | | | | | module to manage HUAWEI data center CloudEngine (#22046) * add ce_info_center_debug add ce_info_center_debug * fix review issues
* Contributing lib/ansible/modules/network/cloudengine/ce_file_copy.py module ↵QijunPan2017-05-251-0/+395
| | | | | | | | | | to manage HUAWEI data center CloudEngine (#22045) * add ce_file_copy add ce_file_copy * fix review issue
* Contributing lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py ↵QijunPan2017-05-251-0/+1059
| | | | | | | | | | | | | | module to manage HUAWEI data center CloudEngine (#22038) * add ce_evpn_bd_vni add ce_evpn_bd_vni * upgrade evpn bd vni upgrade evpn bd vni * fix review issue
* nxos_static_route updates (#24992)Nathaniel Case2017-05-253-139/+172
| | | | | * Add static_route tests * Add VRF tests
* Handle None and Blank value for sysctl module (#24871)Abhijeet Kasurde2017-05-251-1/+13
| | | | | | | | | | Fix adds check for values provided by user for name and value in sysctl module. While providing name and value as in-line params, check for blank values Fixes #20176 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Pepe AteBrian Coca2017-05-251-0/+1
|
* optimize file findingBrian Coca2017-05-251-13/+21
|
* Contributing lib/ansible/modules/network/cloudengine/ce_dldp_interface.py ↵QijunPan2017-05-251-0/+666
| | | | | | | | | | module to manage HUAWEI data center CloudEngine (#22036) * add ce_dldp_interface add ce_dldp_interface * fix review issues