summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Makefile tweaks to allow sphinx run on pypy temp_docs_via_pypyMatt Davis2018-04-061-2/+13
|
* Fall back to ValueError if JSONDecodeError is not available (#38276)Nathaniel Case2018-04-062-2/+4
|
* Convert README from Markdown to ReStructured Text and use as longdesc (#22330)Stephen Weber2018-04-067-60/+120
| | | | | | | | | | | | | | | | | | | * Convert README from Markdown to ReStructured Text and use as longdesc Discussion in #13758 led to deciding to switch README to rst and having setup.py consume it as the long_description. * Fix long string in setup.py for pep8 compliance * Open README.rst as read-only * Update usages of root README.md to README.rst Unsure about the file ./packaging/debian/docs as it (only) contains the text README.md. I believe it's referencing ./packaging/debian/README.md but maybe someone who knows debian packaging could review it? * Pick up fixes that had been merged into README.md after the initial conversion to rst
* The ssh change note has been removedToshio Kuratomi2018-04-061-2/+0
| | | | | Since the note was about 2.0 versus 1.x, this has been removed. The file implementing it is gone so we need to stop referencing it.
* Migrate s3_bucket module to boto3 (#37189)Julien Vey2018-04-063-199/+400
|
* Required changes to support redirects on HTTP 307/308 (#36809)Dag Wieers2018-04-065-90/+177
| | | | | | | | | | | | | | | | | * Required changes to support redirects on HTTP 307/308 This ensures HTTP 307 and 308 will redirect the request to the new location without modification. * Fix the unused newheaders reference * Be more compliant * Add integration tests for follow_redirects=all * Improve other tests for new behaviour * Make follow_redirects values more strict
* make aef test more predictableBrian Coca2018-04-063-7/+7
| | | | | | | revert "Disable any_errors_fatal test." This reverts commit 56189cc312ab1907ac91c7eac30620c4f9f21546. fixes #38407
* Disable any_errors_fatal test.Matt Clay2018-04-061-1/+0
|
* Add eos_smoke integration tests (#36957)David Newswanger2018-04-0611-0/+442
| | | | | | | | | | | | * added eos_smoke tests * removed left over file * added note to uncomment broken eapi test when #36919 is fixed * uncommented fixed test, added unbecome test * skip become tests when connection=local
* Added module win_pester and relatives integration tests (#37343)Erwan Quélin2018-04-067-0/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added module win_pester and relatives integration tests * Corrected issues as stated by ansible-test * Added defaults variable in integration tests * Added task to install Pester if needed in the integration test * Corrected error in win_psmodule task * Added Pester installation with Chocolatey when Powershell version < 5 * Get facts... * Disabled invoke-pester output * Added pester_result type * Added jhawkesworth changes proposal * Corrected documentation linting * Corrected linting * Added dagwieers recommendations * Added dagwieers recommendations * Corrected linting errors and task error in integration test * Corrected error in integration test * Added dagwieers recommendations * Corrected requirements in the DOCUMENTATION block
* ovirt_templates: Add new attributes (#38211)Ondra Machacek2018-04-061-0/+52
| | | | | | - operating_system - memory - memory_guaranteed - memory_max
* doc: apt, yum: add example with package lists (#38333)René Moser2018-04-062-6/+24
|
* Corrected a parameter name (#38385)Artem Tiumentcev2018-04-061-1/+1
|
* Additional docs CSS fix for mobile (#38376)scottb2018-04-051-1/+1
|
* Fixes CSS so docs display properly on mobile (#38373)scottb2018-04-052-17/+7
|
* Small typos in docs (#38370)Pierre Templier2018-04-051-1/+1
| | | | | | * Small typos in docs * Fixed wording
* fix nxos_acl issues (#38283)saichint2018-04-062-9/+208
| | | | | | | | | | * fix nxos_acl issues * typo fix * typo fix in sanity.yaml * another typo fix in sanity.yaml
* VMware: Documentation update vmware_guest_snapshot (#38083)Abhijeet Kasurde2018-04-051-91/+96
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* ec2_snapshot_copy: Add wait_timeout module parameter (#38072) (#38243)Julien PRIGENT2018-04-061-1/+15
| | | | * ec2_snapshot_copy: add wait_timeout parameter
* allow incremental update for vars in loop for set_fact/include_vars (#38302)Brian Coca2018-04-064-12/+50
| | | | | | | | * fix set_fact/include_vars looping * tests for all behaviours affected * add tests with injection off/on
* remove unused optoins from inventory cliBrian Coca2018-04-051-2/+4
| | | | fixes #31929
* Reduce recursion within group methodsAlanCoding2018-04-053-27/+200
| | | | | | | | | This offers an optimization that allows loading larger inventories of various structure by improving the scaling laws involved for adding hosts and groups. The primary speed benefit is the elimination of duplicate recusion from traversing converging paths.
* powershell: display non-ascii characters in command outputs (#37229)Jordan Borean2018-04-056-69/+96
|
* win_setup: Added connection name to interfaces (#37327)Jordan Borean2018-04-062-3/+20
|
* Tolerate win line endings on windows module_util load (#37291)jhawkesworth2018-04-066-1/+31
| | | | | | | | | | | | | | * tolerate windows line endings when loading windows module utils. Helpful for old custom windows modules. * add test modules to demonstrate win line ending module load behaviour. * attempt to fix sanity check failures * pep8 fix * explict skip of test modules from shebang check (core modules must still have expected unix style line endings) * switch to rstrip() following core team meeting feedback
* Replace the hard-coded temp path in gunicorn module (#38349)Eric Brown2018-04-051-8/+8
| | | | | | | | | | | The gunicorn module has a hard-coded reference to '/tmp' which may or may not be the actual temp directory for an operating system. This patch replaces '/tmp' with module.tmpdir which should resolve to the correct temp directory for the OS. Fixes Issue #36953 Signed-off-by: Eric Brown <browne@vmware.com>
* Expose verbosity as a var, dedupe attr list. Fixes #36170Matt Martz2018-04-051-8/+11
|
* [cloud]Add aws_ses_identity_policy module for managing SES sending policies ↵Ed Costello2018-04-058-3/+582
| | | | | | | | | | | | | | | | (#36623) * Add aws_ses_identity_policy module for managing SES sending policies * Add option to AnsibleAWSModule for applying a retry decorator to all calls. * Add per-callsite opt in to retry behaviours in AnsibleAWSModule * Update aws_ses_identity_policy module to opt in to retries at all callsites. * Add test for aws_ses_identity_policy module with inline policy. * Remove implicit retrys on boto resources since they're not working yet.
* Update fish setup to use `source` instead of `.` (#33207)Elijah Lynn2018-04-051-1/+1
| | | | | "The use of . is deprecated in favour of source, and . will be removed in a future version of fish." source: https://fishshell.com/docs/current/commands.html#source
* Update role doc examples (#37844)Brian Coca2018-04-054-29/+88
| | | | | | | | | * fix role examples - also fixed issue with overload of 'name', fixes #37836 - attempted to clarify tag inheritance/application * Typo fix
* Update docs to reflect support for CDP neighbors (#38051)Renato Orgito2018-04-051-3/+3
|
* clarify os x password with user module (#38344)Brian Coca2018-04-051-5/+3
| | | | | also removed pointer to non existing example fixes #36427
* documented actual precedence (#38009)Brian Coca2018-04-051-2/+2
| | | fixes #22025
* docs: Document disabling diff on task level (#37998)Christian Fetzer2018-04-051-0/+15
| | | | | | | | | | | | | * docs: Document disabling diff on task level Tasks that deal with secrets may leak sensitive information when running in Check Mode. This change updates the documentation explaining that the diff can be deactivated on task level. The feature was requested in #14860 and got introduced in Ansible 2.4 with #28581. * Updated for clarity
* doc: index_var: fix version added (#37982)Pilou2018-04-051-1/+1
| | | e9b0a4ccb42854329b33b06624379c6122b67bd7 is present since v2.5.0b1
* [cloud][test]Add missing IAM policy for cloudfront (#38248)Will Thames2018-04-052-0/+2
| | | | | | | Cloudfront needs CreateOriginAccessIdentity Add profile parameter to setup-iam.yml. Could arguably just use AWS_PROFILE but given that other tasks are using profile, should be consistent.
* Update porting_guide_2.5.rst (#37927)Jonas Meurer2018-04-051-2/+14
| | | | | The example regarding `include_*` is a bit unclear. First it seems like the v2.4 and v2.5 examples are the same. So I attempted to make the relevant change in the examples more obvious. label: docsite_pr
* Clarify the "refresh_inventory" meta task when using a dynamic inventory ↵angystardust2018-04-051-1/+3
| | | | | | script (#37575) Clarify the "refresh_inventory" meta task when using a dynamic inventory script since it was somehow documented in this old mailing list message: https://groups.google.com/forum/#!topic/ansible-project/ImhePKKDBZM
* Fix the automatic docsite_pr label (#37999)Dag Wieers2018-04-052-3/+3
|
* Update installation docs for RHEL based distributions. (#38056)Sam Doran2018-04-053-15/+11
| | | | Upstream rpms are no longer in Extras but EPEL as well as releases.ansible.com. Add instructions for adding Ansible Engine repo to RHEL.
* Update spelling_word_choice.rst (#38113)ewubnhn2018-04-051-0/+1
| | | | | Added missing format string on "Installer" label: docsite_pr
* DOCS: Network Best Practices fixes (#38293)Alicia Cozine2018-04-051-5/+7
| | | | | | * fixes typo per #38217, corrects link anchor * adds ssh-agent info per #35649
* Fix rpm_key test on Fedora 27.Matt Clay2018-04-051-5/+5
|
* Fixes Making sure that the key value returns a string to avoid concatenation ↵John Roach2018-04-051-1/+1
| | | | issues (#37445)
* Support for module param defaults (#22648)Andrew Gaffney2018-04-054-0/+104
|
* Added module for Autoscale Launch Config (#37345)Chaitanya Deshpande2018-04-051-0/+132
| | | | | | * Added module for Autoscale Launch Config * Fixed review comments
* Set `raw=True` when reading passwords from ConfigParser files. (#35582)Bill Nottingham2018-04-054-4/+4
| | | | | | | | | | * Set `raw=True` when reading passwords from ConfigParser files. The assumption is that no one is actually doing interpolation on the password value, even if they may for other configuration values, and passwords are far more likely to contain '%'. * Add vmware_inventory as well.
* Validate SSL in panos_import (#36972)Kevin Breit2018-04-051-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix bug 36936 * Added version_added to argument and fixed whitespace * Update panos_import documentation Update parameter documentation and add note. * Add type documentation * added version number for documentation For real * Integrated recommended changes - Added recommended changes from PR * Changed validate_ssl default back to True considering there is a note at the top of documentation explaining change * Format changes based on recommendations from gundalow * Rename validate_ssl to validate_cert * Change description to remove SSL reference * Change url default ih documentation * Integrated small changes from bug report - Renamed validate_cert to validate_certs - Changed documentation for disabling cert validation
* Fix typo in apt.py (#38332)shadbarton2018-04-051-1/+1
|
* Add module maintainers information (#38030)Olivier Bourdon2018-04-051-0/+1
|