Commit Graph

512 Commits (8d01986617f3704da784dddd82b0c3d2a28cc35b)

Author SHA1 Message Date
Ruggero Marchei 8d01986617 fix issue #8102 10 years ago
Cristian Ciupitu 72d6e6d805 Remove useless code 10 years ago
James Cammarata 936daf6f63 Updating the other classes in the group module to match #7249 10 years ago
James Cammarata 4ca9ebf084 Merge pull request #7249 from jfchevrette/implement-group-checking-if-state-present
Allow group module to handle check_mode properly when group.state=present and group already exists
10 years ago
James Cammarata 236a2989cc Merge branch 'lvg_dm_names' of https://github.com/ajsalminen/ansible into ajsalminen-lvg_dm_names 10 years ago
James Cammarata ad4926e090 Update authors for modprobe module 10 years ago
James Cammarata 974693882e Merge branch 'add_name' of https://github.com/stygstra/ansible into stygstra-add_name 10 years ago
James Cammarata 6ad83bb5ce Merge branch 'devel' of https://github.com/tgolly/ansible into tgolly-devel 10 years ago
Michael DeHaan 4fbc2a83e0 Merge pull request #7861 from cchurch/devel
Windows Remote Support
10 years ago
David Stygstra cae41d0931 Added author and copyright lines to modules I contributed 10 years ago
Michael DeHaan 8b262d775b Slight tweak to windows wording. 10 years ago
Matt Martz cab68bc579 Mention that with windows target hosts, fact_path and filter are not currently supported 10 years ago
James Cammarata 2c22cf46cf Merge branch '7763' of https://github.com/rmarchei/ansible into rmarchei-7763 10 years ago
James Cammarata 34405ea905 Merge branch 'lvg_fix' of https://github.com/sergevanginderachter/ansible into sergevanginderachter-lvg_fix 10 years ago
Ilya Rusalowski b1a31ebb84 Set default vg_options to empty string 10 years ago
Ruggero Marchei f522425415 move get_distribution_version() to basic.py 10 years ago
Ruggero Marchei bd69e9f265 use different strategy for RHEL >= 7. Fixes 7763 10 years ago
James Cammarata d35d5ac9d1 Merge pull request #7741 from mgcrea/devel
Add support for Linaro distribution in hostname module
10 years ago
James Cammarata 3e04d8c70c Merge pull request #7737 from toddmowen/zfs-fix-7696
zfs: fix incompatibility - share.nfs vs sharenfs (issue #7696)
10 years ago
Olivier Louvignes 158d6276eb Add support for Linaro distribution in hostname module 10 years ago
Todd Owen 34517b0836 zfs: work around incompatibility by renaming share.nfs to sharenfs
Fixes #7696
10 years ago
rgbkrk 5591e8838d Error checking and reporting on interface ufw rule 10 years ago
Ron Gomes 73246a49dc Fix incorrect argument ordering in error message, which provokes a
printf-related TypeError.
10 years ago
Yann Coleu f378ed643c Add primary group in the first user module doc example 10 years ago
Nicolas Brisac ecda1455bf open_iscsi module: support RC 21 when listing logged-in target 10 years ago
Brian Coca 5c87e97a45 now module searches for update-alternatives vs hardcoding it 10 years ago
James Cammarata 3a8ebd4325 Pull the link out of the alternatives output when not specified
Fixes #7414
11 years ago
Adam Chainz 6b10cf756a Fix grammar and value errors in cron documentation 11 years ago
Luca Berruti eca36953c8 Make alternatives module python 5 compatible 11 years ago
Jean-Francois Chevrette 8756612599 this should return 0 to indicate a non-failure when check_mode is True 11 years ago
Antti Salminen a6b482c500 Switch to mapper device name if pvs returns the wrong one. 11 years ago
Michael Scherer 4ed4bfff90 Do not fail if we try to generate a ssh key for a user without being root
If we try to use the user module without being root, it fail on RHEL/Fedora
because usermod --help cannot be run. The root cause is lack of permission
due to EAL4+ certification, as seen in shadow-utils changelo.

So if we cannot run it, assume there is no append. It doesn't matter
much since we will not be able to run usermod at all with or without the
option.
11 years ago
Chris Lamb b123b648a0 Correct/update debconf examples - need to specify vtype.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
11 years ago
Michael Scherer cf3365b99e Add a better error message for service
While migrating my playbook to a newer ansible version, I faced
the error message "unknown init system, cannot enable service". It turned
out to be caused by a wrong service name that was not expanded anymore.

So by giving the name of the service that cannot be enabled and a more precise
reason, i think people will be able to diagnose their issue more easily.
11 years ago
Hernandes B. de Sousa 780b5e0bbf Add missing info for the append option
Both 'default' and 'choices' options were missing at the documentation.
11 years ago
James Cammarata 0c96e2f33b Check to make sure the firewalld client is connected before proceeding
Fixes #6911
11 years ago
Jonathan Davila a90aa46ed2 Added example demonstrating other functionality 11 years ago
James Tanner 0025273fca Fixes syntax error in cron module caused by #6870 11 years ago
Eric Lake 58dccfbc29 Adding bold to service doc to call up state and enabled. 11 years ago
MorrisA ac72d44219 Modified Cron to add AIX Crontab support, changed according to suggestions
from mpdehaan and redone entirely.
11 years ago
Serge van Ginderachter 867702b26a lvg module bugfix on vg_options patch
When no vg_options are passed to the module, 'vg_options' still exists
in the module.params dict with a value of None, so the default empty string in
the get method is never used. None cannot be "splitted", which backtraced.
11 years ago
Michael DeHaan 3d8997d219 Name is not required, update docs. 11 years ago
Michael DeHaan 7258c15ce1 Merge pull request #6831 from aresch/patch-1
Fix _parse_value always returning 0 when not true, false or None.
11 years ago
Andrew Resch 32e5383bef Fix _parse_value always returning 0 when not true, false or None. 11 years ago
Joshua Lund 74962a0e35 Update cron module documentation. The 'name' parameter is required. 11 years ago
Michael DeHaan 5826e1354a Slightly revise wording. 11 years ago
Michael DeHaan ff2177442b Merge branch 'authorized_key-manage_dir' of git://github.com/tyll/ansible into devel 11 years ago
Michael DeHaan 4917f4a48f Merge pull request #6810 from bob-smith/debconf-text
debconf detail requirements and fix typos
11 years ago
James Cammarata 57adad7097 Fix issue with sysctl parameter parsing introduced by 0e8c7b1
Fixes #6806
11 years ago
Michael DeHaan 05551cfe51 Merge pull request #6826 from bob-smith/debconf-parsing
debconf correctly quote strings
11 years ago