Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix expect for python 3 (#24912) | kkjang | 2017-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix expect for python 3 - Change generator next to python 3 compatible - Added tests for expect * Add pexpect to integration.txt - add pexpect library to requirements for integration tests * Use ansible_python_interpreter in integration tests for expect * Use double-quotes for expect integration tests * Cast user input to string for expect integration tests * Cast user input to string earlier in expect integration tests * Use ansible.module_utils.six.moves input for expect integration tests * Fix yamllint errors in the expect test * Use cat to trigger timeout for expect integration tests * Use realpath filter in expect integration tests | ||||
* | adds privilege escalation method for pmrun(Unix Privilege Manager 6.0) | Kevin Clark | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | expect: Add a pointer to the shell/script modules | Dag Wieers | 2017-05-10 | 1 | -23/+23 |
| | | | | | | | This PR also includes: - DOCUMENTATION and EXAMPLES cleanup This fixes #21335 | ||||
* | Switch last remaining decode to to_text (#24269) | Matt Martz | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | fixed RETURN docs for modules (#24011) | Andrea Tartaglia | 2017-04-26 | 1 | -1/+1 |
| | | | | | | | | * fixed RETURN docs for remaining modules * updated proxymysql_mysql_users 'sample' to yaml dict * fixed whitespace errors | ||||
* | typo: psuedo -> pseudo (#23177) | smaftoul | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | Removes expanduser in favor of type path (#21369) | Tim Rupp | 2017-03-30 | 1 | -10/+8 |
| | | | | Removes the usage of expanduser in favor of the type 'path' for module options. Related to #12263 | ||||
* | let user control "auto-de-vault" (#22739) | Brian Coca | 2017-03-24 | 1 | -0/+2 |
| | | | | | | * added option to toggle off autodevaulting * fixes per feedbazck | ||||
* | E501 fixes (#22879) | Matt Martz | 2017-03-22 | 1 | -1/+2 |
| | |||||
* | New metadata 1.0 (#22587) | Toshio Kuratomi | 2017-03-14 | 5 | -15/+20 |
| | | | | | | | | | | | | | | | | Changes to the metadata format were approved here: https://github.com/ansible/proposals/issues/54 * Update documentation to the new metadata format * Changes to metadata-tool to account for new metadata * Add GPL license header * Add upgrade subcommand to upgrade metadata version * Change default metadata to the new format * Fix exclusion of non-modules from the metadata report * Fix ansible-doc for new module metadata * Exclude metadata version from ansible-doc output * Fix website docs generation for the new metadata * Update metadata schema in valiate-modules test * Update the metadata in all modules to the new version | ||||
* | YAML fixes for examples in additional modules | Matt Martz | 2017-02-15 | 1 | -4/+4 |
| | |||||
* | Validate EXAMPLES as YAML | Matt Martz | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | Advanced example using shell with other executable (#21462) | Dag Wieers | 2017-02-15 | 1 | -0/+20 |
| | | | The shell module is quite versatile in its use. | ||||
* | Avoid having module documentation links to itself (#21329) | Dag Wieers | 2017-02-13 | 5 | -8/+8 |
| | | | | | | | | | * Avoid having module documentation links to itself A lot of modules use M(own_module) in their documentation causing a link in the documentation to itself. * Make note more clear now | ||||
* | Fixed typo "tempalated" => "templated" (#21187) | stigchristian | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | PEP 8 indent cleanup. (#20800) | Matt Clay | 2017-01-29 | 1 | -7/+7 |
| | | | | | | | | * PEP 8 E121 cleanup. * PEP 8 E126 cleanup. * PEP 8 E122 cleanup. | ||||
* | PEP 8 W291 whitespace cleanup. | Matt Clay | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | Use to_text instead of str and decode | Matt Martz | 2017-01-25 | 1 | -14/+15 |
| | |||||
* | Make sure values are strings before performing rstrip. Fixes #20641 (#20643) | Matt Martz | 2017-01-25 | 1 | -2/+2 |
| | |||||
* | updated docs to suggest quote filter for shells | Brian Coca | 2017-01-10 | 3 | -32/+37 |
| | | | | Also changed comments into -name in examples where appropriate. | ||||
* | Add warning to raw and script modules that there is no actual free_form ↵ | Eric Lavarde | 2017-01-03 | 2 | -2/+2 |
| | | | | parameter (like for command etc). | ||||
* | Removed dict.iteritems() in modules. (#18859) | Andrea Tartaglia | 2016-12-12 | 1 | -1/+1 |
| | | | This is for py3 compatibility, addressed in #18506 | ||||
* | Fix differences with devel. | Matt Clay | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | Relocating extras into lib/ansible/modules/ after merge | James Cammarata | 2016-12-08 | 1 | -0/+242 |
| | |||||
* | Resolving differences in core modules post-merge | James Cammarata | 2016-12-08 | 2 | -3/+0 |
| | |||||
* | Refreshed metadata for core modules | Toshio Kuratomi | 2016-12-08 | 4 | -0/+16 |
| | |||||
* | Change examples syntax on shell module | Sam Doran | 2016-12-08 | 1 | -4/+6 |
| | |||||
* | Change examples syntax on script module | Sam Doran | 2016-12-08 | 1 | -3/+7 |
| | |||||
* | We've changed run_command to return native_strings | Toshio Kuratomi | 2016-12-08 | 1 | -8/+8 |
| | | | | | | on python3, this means that we don't get bytes back by default. We probably do want bytes here so modify our call to run_command so we get bytes instead of text. | ||||
* | Fixes ansible/ansible#15922 (#3793) | mlewe | 2016-12-08 | 1 | -2/+0 |
| | |||||
* | Added semicolon to invalid operators list redux. | Scott Butler | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | Remove redundant code AFAICT (#3908) | Dag Wieers | 2016-12-08 | 1 | -32/+0 |
| | |||||
* | Cleanups of command.py (#4526) | Toshio Kuratomi | 2016-12-08 | 1 | -28/+24 |
| | | | | | | | * Import module_utils at the top * Fix python3 by marking literals combined with stdout/stderr as byte literals * Mark parameters as type=path where appropriate | ||||
* | Remove git and synchronize modules from list of commands we want users to ↵ | Toshio Kuratomi | 2016-12-08 | 1 | -2/+2 |
| | | | | use the module for instead. (#4233) | ||||
* | Add a note about using the script module with pseudo-tty's lack of stderr ↵ | jctanner | 2016-12-08 | 1 | -0/+1 |
| | | | | | | channel (#4000) Addresses #3610 | ||||
* | updated raw docs for environment and executable | Brian Coca | 2016-12-08 | 1 | -5/+7 |
| | | | | | it should now reflect how raw works in combination with become and environment directives | ||||
* | command: Correct suggestion of non-existant module apt-get | Harlan Lieberman-Berg | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | Suggest using uri if curl is detected | Michael Scherer | 2016-12-08 | 1 | -1/+1 |
| | | | | | | | | | Some people use the command module to run curl not to download file, but to interact with remote HTTP api, and the get_url suggestion is not suitable. So adding uri in the warning would give a more meaningful warning. Suggested by Tahvok on #ansible irc channel. | ||||
* | Added some documentation for the shell return values | Leonardo Giordani | 2016-12-08 | 1 | -0/+48 |
| | |||||
* | Add example of using non-posix shellisms to raw and shell | Toshio Kuratomi | 2016-12-08 | 2 | -1/+19 |
| | | | | Fixes #14262 | ||||
* | Remove duplicate documentation fields | Toshio Kuratomi | 2016-12-08 | 1 | -1/+0 |
| | |||||
* | command: Add warnings for dnf and zypper | Alexander Gubin | 2016-12-08 | 1 | -2/+2 |
| | |||||
* | note that create globs only work on 2.0 | Brian Coca | 2016-12-08 | 1 | -2/+2 |
| | | | | fixes #2666 | ||||
* | returned version added | Brian Coca | 2016-12-08 | 2 | -0/+2 |
| | |||||
* | Warn on use of sudo, etc. in shell/command. | Bill Nottingham | 2016-12-08 | 1 | -0/+3 |
| | |||||
* | Add missing GPLv3 License header | Mike Putnam | 2016-12-08 | 3 | -0/+44 |
| | | | | Fixes #1643 | ||||
* | Document globbing support | Federico G. Schwindt | 2016-12-08 | 1 | -2/+2 |
| | |||||
* | Allow globbing in creates= and removes= directives | Federico G. Schwindt | 2016-12-08 | 1 | -2/+3 |
| | | | | Fixes 1904 | ||||
* | Proper author info for all remaining modules | Greg DeKoenigsberg | 2016-12-08 | 4 | -4/+12 |
| | |||||
* | Fix missing expanduser on chdir value | James Cammarata | 2016-12-08 | 1 | -0/+1 |
| |