summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * add .format indexes for 2.6 compatabilitytedder2016-11-101-2/+2
| | | | | | | | Fixes #5551; the "".format() style needs to have `{0}` instead of the implied `{}` version for compatability with 2.6.
* | added docs for use optionBrian Coca2016-11-241-0/+6
| | | | | | | | (cherry picked from commit ad5cb0f0d7231ff74d7918faa26091ba710c4709)
* | Force BSDs to use umount/mount instead of trying to use remount. (#5715)Toshio Kuratomi2016-11-231-3/+13
| | | | | | | | | | | | | | | | * Force BSDs to use umount/mount instead of trying to use remount. Fixes #5591 * Initialize out and err
* | systemctl show rc changes across versionsBrian Coca2016-11-231-33/+30
| | | | | | | | | | | | | | to avoid different errors across versions, ignore rc in favor of found/notfound fixes #5710
* | Fall back if mountinfo reading failed (fixing #5603)Jiri Tyr2016-11-231-2/+7
| |
* | Support script interpreters in async_wrapper. (#5703)Matt Clay2016-11-221-0/+17
| |
* | ported iterkeys to py3 syntax (#5657)Andrea Tartaglia2016-11-221-3/+4
| | | | | | | | | | | | | | | | | | | | * ported iterkeys to py3 syntax Addresses ansible/ansible#18507 * Use ansible.module_utils.six.moves iterkeys instead of dict.keys() * Removed 'iterkeys'
* | Examples syntax batch7 (#5624)Sam Doran2016-11-2223-160/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change example syntax on nxos_feature module * Change example syntax on nxos_hsrp module * Change example syntax on nxos_igmp module * Change example syntax on nxos_interface module * Change example syntax on nxos_interface_ospf module * Change example syntax on nxos_ip_interface module * Change example syntax on nxos_ping module * Change example syntax on nxos_switchport module * Change example syntax on nxos_vlan module * Change example syntax on nxos_vrf module * Change example syntax on nxos_vrf_interface module * Change example syntax on nxos_vrrp module * Change example syntax on meta module * Change example syntax on set_fact module * Change example syntax on win_copy module * Change example syntax on win_file module * Change example syntax on win_get_url module Remove escaping of \ characeter in Windows paths since it's no longer required for single quoted or unquoted values when using multi-line YAML syntax. * Change example syntax on win_lineinfile module * Change example syntax on win_msi module * Change example syntax on win_stat module * Remove nxos_bgp example from nxos_igmp module * Mark examples as regexp to avoid syntax error * Cleanup win_copy.py examples * Cleanup win_file.py examples * Remove quotes in win_get_url.py examples * Cleanup quotes and languare in win_lineinfile.py * Cleanup examples in win_group.py * Cleanup examples in win_service.py * Don't use : in documentation because it breaks the YAML syntax check * Cleanup win_copy.py examples * Cleanup win_copy.py examples * Minor change to fix test failure * Use single quotes
* | vyos_command Document ANSIBLE_VYOS_TERMINAL_LENGTH (#5676)Sam Doran2016-11-221-3/+11
| | | | | | | | | | | | | | | | | | | | | | * Update documentation for vyos_command Add information on new environment variable added in #18546. Add note on command that should not be run via Ansible. * White space changes Two spaces after period.
* | Remove set from junos_facts as it errors out (#5670)Kevin Kirsche2016-11-221-8/+8
| | | | | | Fix #5636 per @ganeshnalawade
* | Fix 5646 junos_config issue if config format is text (#5658)Ganesh Nalawade2016-11-221-1/+1
| | | | | | | | | | | | | | If 'src_format' is not mentioned in playbook and config is in text format a list object is passed to 'guess_format' function instead of string, hence TypeError execption is seen. Fix is to pass string object instead of list.
* | fix yaml format, clarify docsBrian Coca2016-11-211-1/+1
| |
* | updated descBrian Coca2016-11-211-0/+1
| |
* | Be able to find all contents of a directory (#3711)Orion Poplawski2016-11-211-3/+7
| |
* | Ensure proper error when fetch_url returns status -1Dag Wieers2016-11-211-1/+5
| | | | | | | | | | | | | | When using a file:// or ftp:// URL the normal provisions that a non-200 status code means error have been disabled. But the common error status -1 from fetch_url is not properly returning an error message. This fix ensures that if the status code returns -1, we return a proper error message. This fixes #3563
* | Git: indicate if remote url was changed or not (#5677)Rob Cutmore2016-11-211-2/+1
| |
* | Set b_src to abspath of b_path so that symlinks work again. (#5678)jctanner2016-11-211-0/+1
| | | | | | Fixes #5653
* | win_msi - Don't list choices twice (#5684)John R Barker2016-11-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * win_msi - Dont list choices twise http://docs.ansible.com/ansible/win_msi_module.html shows Choices: True True False False As the yes/no are expanded to true/false by the docs generation * Update win_msi.py
* | Fix for call to umount() in remount()Toshio Kuratomi2016-11-181-1/+1
| |
* | try remount but fallback to unmount + mount (#2445)Brian Coca2016-11-181-8/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * allow mount to try remount falls back to unmount/mount * fixed fstab handling and switched to ismount custom function deals with bind mounts unlike built in * un ** args * last ** args
* | Fix wait_for Module to handle socket response as string in Python3zaiusdr2016-11-181-1/+3
| | | | | | | | | | In Python3 socket module returns responses as bytes type. So it's necessary to convert it to string for the module work correctly.
* | Update pull request template to provide contextKevin Kirsche2016-11-181-2/+10
| | | | | | This updates the pull request template to provide more context about why specific things may be needed. This helps to make it feel like it is being asked for to help the team rather than arbitrary questions that don't seem applicable, such as command output for a docs change.
* | Prevent handle inheritance from blocking Windows async_wrapper (#5666)Matt Davis2016-11-181-1/+1
| |
* | Several systemd fixesBrian Coca2016-11-181-50/+59
| | | | | | | | | | | | | | | | | | Allow some operations on missing services Better sysv handling Rearranged error reporting fixed load error catching and order logic also minor doc/comment updates added warnings
* | Revert "ios_mods - added stdout to exception output. Removed to_lines()" (#5663)Peter Sprygada2016-11-182-4/+9
| |
* | Add a few lines about testing (#5662)Monty Taylor2016-11-181-0/+8
| |
* | Clarify the commentToshio Kuratomi2016-11-171-2/+2
| |
* | Older versions of rhn-client-tools don't understand containment tests.Toshio Kuratomi2016-11-171-3/+4
| |
* | user: port has_key to py3 syntax (#5641)jctanner2016-11-170-0/+0
| |
* | Performance improvement using in-operator on dictsDag Wieers2016-11-179-10/+10
| | | | | | | | | | | | | | Just a small cleanup for the existing occurrences. Using the in-operator for hash lookups is faster than using .keys() http://stackoverflow.com/questions/29314269/why-do-key-in-dict-and-key-in-dict-keys-have-the-same-output
* | Performance improvement using in-operator for hash lookupsDag Wieers2016-11-172-3/+3
| | | | | | | | | | | | | | Just a small cleanup for the existing occurrences. Using the in-operator for hash lookups is faster than using .has_key() http://stackoverflow.com/questions/1323410/has-key-or-in
* | Add 'link' file_type to find_moduleDavid Wittman2016-11-161-3/+8
| | | | | | | | | | | | - Adds the 'link' file_type for finding symbolic or hard links - Use `os.lstat` instead of `os.stat` to prevent the following of links when statting the file.
* | Examples syntax batch6 (#5623)Sam Doran2016-11-1619-332/+470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change example syntax on os_auth module * Change example syntax on os_client_config module * Change example syntax on os_image_facts module * Change example syntax on os_networks_facts module * Change example syntax on os_nova_flavor module * Change example syntax on os_object module * Change example syntax on os_server module * Change example syntax on os_subnet_facts module * Change example syntax on rax_files module * Change example syntax on rax_files_objects module * Change example syntax on mysql_db module * Change example syntax on file module * Change example syntax on uri module * Change example syntax on cl_bond module * Change example syntax on cl_bridge module * Change example syntax on cl_img_install module * Change example syntax on cl_interface module * Change example syntax on cl_license module * Change example syntax on cl_ports module * Remove trailing colon
* | Do not require password when deleting os_user (#5601)Jesse Keating2016-11-161-4/+5
| | | | | | | | | | | | | | | | I broke backwards compat with the addition to define when a password should be updated. It was requiring that a password value be passed when deleting a user, which seems silly. This moves the argument logic out of the argument spec and into when it would be needed, when state is present.
* | error in docker_container example (#5631)Luc Charpentier2016-11-161-1/+0
| |
* | fixes issue #5517 (#5519)Abdul Anshad A2016-11-151-1/+7
| |
* | Examples syntax batch5 (#5622)Sam Doran2016-11-1524-188/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change example syntax on supervisorctl module * Change example syntax or _ec2_ami_search module * Change example syntax on cloudformation module * Change example syntax on ec2 module * Change example syntax on ec2_facts module * Change example syntax on ec2_eip module * Change example syntax on rds module * Change example syntax on route53 module * Change example syntax on s3 module * Change example syntax on digital_ocean module * Change example syntax on docker_service module * Change example syntax on cloudformation module * Change example syntax on gc_storage module * Change example syntax on gce module * Change example syntax on gce_mig module * Change example syntax on _glance_image module * Change example syntax on _keystone_user module * Change example syntax on _nova_keypair module * Change example syntax on _quantum_floating module * Change example syntax on _quantum_floating_ip_associate module * Change example syntax on _quantum_network module * Change example syntax on _quantum_router module * Change example syntax on _quantum_router_gateway module * Change example syntax on _quantum_router_interface module * Change example syntax on _quantum_subnet module * SQUASH _quantum_subnet * Add missing quotes
* | Examples syntax batch4 (#5620)Sam Doran2016-11-1520-87/+261
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change example syntax on authorized_key module * Change example syntax on cron module * Change example syntax on group module * Change example syntax on hostname module * Change example syntax on seboolean module * Change example syntax on selinux module * Change example syntax on service module * Change example syntax on sysctl module * Change example syntax on systemd module * Change example syntax on user module * Change example syntax on debug module * Change example syntax on fail module * Change example syntax on include module * Change example syntax on include_role module * Change example syntax on include_vars module * Change example syntax on pause module * Change example syntax on wait_for module * Change example syntax on apache2_module module * > Change example syntax on django_manage module * Change example syntax on htpasswd module
* | Merge pull request #5619 from samdoran/examples-syntax-batch3John R Barker2016-11-1520-111/+307
|\ \ | | | | | | Examples syntax batch3
| * | Change example syntax on subversion moduleSam Doran2016-11-151-3/+11
| | |
| * | Change example syntax on hg moduleSam Doran2016-11-151-2/+10
| | |
| * | Change example syntax on git moduleSam Doran2016-11-151-7/+20
| | |
| * | Change example syntax on pip moduleSam Doran2016-11-151-14/+41
| | |
| * | Change example syntax on gem moduleSam Doran2016-11-151-3/+11
| | |
| * | Change example syntax on easy_install moduleSam Doran2016-11-151-2/+6
| | |
| * | Change example syntax on yum moduleSam Doran2016-11-151-9/+28
| | |
| * | Change example syntax on rpm_key moduleSam Doran2016-11-151-3/+9
| | |
| * | Change example syntax on rhn_register moduleSam Doran2016-11-151-12/+26
| | |
| * | Change example syntax on rhn_subscription moduleSam Doran2016-11-151-3/+8
| | |
| * | Change example syntax on redhat_subscription moduleSam Doran2016-11-151-13/+24
| | |