summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create other_tools_and_programsgregdek-patch-3Greg DeKoenigsberg2017-08-131-3/+20
| | | From https://github.com/ansible/community/issues/5.
* Moving "communication" info from main community page (#28135)Greg DeKoenigsberg2017-08-131-0/+44
|
* typo fix (#27212)Rafał Osiecki2017-08-141-1/+1
|
* Format the versionadded block correctly (#28085)Duncan Lock2017-08-141-2/+2
| | | Currently broken on the live docs site: http://docs.ansible.com/ansible/latest/playbooks_blocks.html
* Formatting changes (#28133)Prasad Katti2017-08-141-17/+19
|
* Copying content from MODULE_GUIDELINES.md (#28131)Greg DeKoenigsberg2017-08-131-2/+66
|
* fix rst format errors making rstcheck fail (#28129)Adrian Likins2017-08-131-2/+2
|
* Completed draft of How Can I HelpGreg DeKoenigsberg2017-08-131-5/+16
|
* Add basic info on pull requestsGreg DeKoenigsberg2017-08-131-4/+10
|
* Iterating on How Can I HelpGreg DeKoenigsberg2017-08-131-8/+41
| | | A little more content
* Add roadmap to development process docGreg DeKoenigsberg2017-08-131-1/+6
|
* formatting tweakGreg DeKoenigsberg2017-08-131-1/+1
|
* formatting tweakGreg DeKoenigsberg2017-08-131-1/+1
|
* Slight changes to reporting bugs and featuresGreg DeKoenigsberg2017-08-131-4/+4
| | | as recommended by @gundalow in review for #27911
* New content for bugs and features (#27911)Greg DeKoenigsberg2017-08-131-7/+26
| | | | | 1. Copied over content from existing rst/community.rst page (which will be refactored once all these pages are in.) 2. For features, pointed to the Proposals section, which we should probably leave in ansible/proposals, where it is actively used.
* copy: clearer parameter values (tests)Pierre-Louis Bonicoli2017-08-133-13/+13
|
* copy: clearer comments, filenames, task names (tests)Pierre-Louis Bonicoli2017-08-133-9/+11
|
* copy: check non-existing one level directory tooPierre-Louis Bonicoli2017-08-132-1/+6
|
* copy: check behavior related to dest creation when src is a filePierre-Louis Bonicoli2017-08-133-0/+66
|
* copy: grammar fixPierre-Louis Bonicoli2017-08-131-1/+1
|
* copy: fix YAML documentation formatPierre-Louis Bonicoli2017-08-131-2/+2
|
* copy: state behavior when dest is a nonexisting pathPierre-Louis Bonicoli2017-08-131-2/+2
|
* copy: use formatting optionsPierre-Louis Bonicoli2017-08-131-9/+9
|
* copy: document behavior related to dest creationPierre-Louis Bonicoli2017-08-131-2/+3
|
* junos_interface intent arguments (#27947)Ganesh Nalawade2017-08-136-37/+267
| | | | | | | | | | | | | | | | | * junos_interface intent arguments * Add check for intent argument in junos_interface * Integration test for intent arguments * Minor type fixes * Add delay only if config diff is present * add enabled configuration argument * net_interface test case changes * Minor doc change
* xml: Add example with namespaces and clarify note (#28113)Marko Stanković2017-08-131-0/+21
| | | | | | * xml: Add example with namespaces and clarify note * Correct the line length
* Enable Azure integration tests in CI. (#28110)Matt Clay2017-08-125-3/+11
|
* Expand wildcard imports and add boilerplateToshio Kuratomi2017-08-1232-506/+280
| | | | More amazon modules with no open PRs.
* udm_user: fix broken importPierre-Louis Bonicoli2017-08-122-4/+2
| | | | | | | | Tested with: from datetime import datetime, timedelta from dateutil.relativedelta import relativedelta n = datetime.now() assert n + timedelta(days=365) == n + relativedelta(years=1)
* serverless: fix broken importPierre-Louis Bonicoli2017-08-122-3/+10
|
* rhn_channel: add unit testsPierre-Louis Bonicoli2017-08-123-48/+201
|
* Fix 'module' object is not callablePierre-Louis Bonicoli2017-08-121-1/+1
|
* Fix exit_json usage: really call client.auth.logoutPierre-Louis Bonicoli2017-08-121-16/+16
|
* Update DOCUMENTATION metadataPierre-Louis Bonicoli2017-08-121-12/+8
|
* Remove commented statementsPierre-Louis Bonicoli2017-08-121-11/+0
|
* rhn_channel: fix py3 compatibility (use six)Pierre-Louis Bonicoli2017-08-122-9/+4
| | | | and remove unused import
* docker_secret: fix broken importPierre-Louis Bonicoli2017-08-121-0/+3
|
* os_client_config: fix broken import (#26839)Pilou2017-08-122-18/+17
| | | | | * os_client_config: fix broken import * remove wildcards and add boilerplate
* Python3 compatability for elb_application_lb and elb_target_groupNick Ward2017-08-122-10/+2
|
* Fix wildcard imports, remove get_exception, add boilerplateToshio Kuratomi2017-08-1238-647/+358
| | | | Amazon modules that don't have open PRs against them
* rm unused test template in template intg testsAdrian Likins2017-08-121-3/+0
| | | | | introduced in 501fc7a248c4ad09c2593a200b3fbbdff0e48c70 based on my patch.
* Fix wildcard imports, remove get_exception, add boilerplateToshio Kuratomi2017-08-1237-619/+289
| | | | Fixed for monitoring modules
* iam certificate facts (duplicate): add iam_cert_facts as alias for ↵Sloane Hertel2017-08-124-157/+2
| | | | | | iam_server_certificate_facts (#25387) * add iam_cert_facts as alias for iam_server_certificate_facts * remove from legacy files
* rabbitmq_plugin for Windows (#28017)Artem Zinenko2017-08-123-16/+205
| | | | | | | | | | | | | | | | * Fixes #28016: rabbitmq_plugin for Windows * Disable documentation check for rabbitmq_plugin.ps1 * Renamed rabbitmq_plugin -> win_rabbitmq_plugin * Fixed the documentation after review * Fixed 'RETURN' section * Fixed docs for original module * Added dots to original module docs.
* Clean up and migrate Azure tests. (#28103)Matt Clay2017-08-1223-638/+264
| | | | | | * Remove placeholder Azure test. * Migrate Azure tests to ansible-test. * Initial cleanup on remaining legacy Azure tests.
* Remove wildcard imports and get_exception callsToshio Kuratomi2017-08-1215-213/+169
| | | | Fixed module_utils
* ini_file: Match tabs before options (#28102)T. Miller2017-08-121-4/+4
|
* update telnet module (#28100)Peter Sprygada2017-08-112-10/+31
| | | | * accepts list of prompts to expect * updates doc strings
* telnet action plugin (#27983)Brian Coca2017-08-112-0/+156
| | | | | | | | | | | | | | * draft telnet action plugin docs in module * updated per feedback * fixed imports * pep8 fixes * added meta import even though its useless
* Fix symbolic mode usage in unarchive with zip filesToshio Kuratomi2017-08-112-8/+76
| | | | Fixes #21090