rgbkrk
5591e8838d
Error checking and reporting on interface ufw rule
11 years ago
Ron Gomes
73246a49dc
Fix incorrect argument ordering in error message, which provokes a
...
printf-related TypeError.
11 years ago
Yann Coleu
f378ed643c
Add primary group in the first user module doc example
11 years ago
Nicolas Brisac
ecda1455bf
open_iscsi module: support RC 21 when listing logged-in target
11 years ago
Brian Coca
5c87e97a45
now module searches for update-alternatives vs hardcoding it
11 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
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
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
James Cammarata
09c998f104
Fixing some parsing issues in authorized_key module
...
Also adds an integration test for authorized_key for future validation.
Fixes #6700
11 years ago
John Barker
ed4717a978
debconf correctly quote strings
11 years ago
John Barker
e4a779d4dd
debconf detail requirements and fix typos
11 years ago
Michael Scherer
ba9f910ec9
fix typo in the capabilities module description
11 years ago
Adam Nielsen
b35086c7a3
More descriptive error message if init system is unknown
11 years ago
Ahti Kitsik
74fa705e20
Bugfix for ufw to support "logging" properly:
...
It's a separate parameter so updated docs and set it as mutually exclusive param.
Also due to an array construction typo it was not working in any situation (ufw LOGLEVEL was passed to cmd instead of ufw logging LOGLEVEL).
Also fixed doc and parameters parsing typo ("choises" should be "choices")
11 years ago
Michael DeHaan
85320532d4
Rename vgoptions to vg_options.
11 years ago
Michael DeHaan
07423c1714
Merge branch 'devel' of git://github.com/chamill/ansible into devel
...
Conflicts:
library/system/lvg
11 years ago
Michael DeHaan
9fa0ec57fb
Scrub choices=BOOLEANS from remaining core module references. Correct form in argument_spec is type='dict'.
11 years ago
Michael DeHaan
073d34b40e
Merge pull request #6524 from tyll/update_rc_d_disable
...
service module: Properly disable Debian services
11 years ago
Michael DeHaan
d3d1c8ce9a
Merge pull request #6630 from bigl0af/devel
...
Modified library/system/user so that password change date is set on Sola...
11 years ago
Michael DeHaan
1e747e00e5
Merge pull request #6296 from jdauphant/devel
...
Add linux module parameters for the modprobe module
11 years ago
Cristian Ciupitu
7a4270184a
Micro-optimization: replace s.find(x)==0 with s.startswith(x)
...
timeit shows a speedup of ~1.4x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
11 years ago
Ahti Kitsik
c757b6624f
Fixed ufw module doc tags, it's reset everywhere, not reseted.
11 years ago
Seth Woodworth
21b7c358ee
adds missing `'` to debconf examples
11 years ago
Pierre-Louis Bonicoli
9a140881be
Fix ValueError when selection contains a colon
11 years ago
David Fox
01acd73e30
Modified library/system/user so that password change date is set on Solaris when updating password
11 years ago
Till Maas
35f9e62422
service module: Properly disable Debian services
...
Services on Debian need to be disabled with 'disable' instead of 'remove'
to avoid them being enabled again when 'update-rc.d $service defaults' is run,
e.g. as part of a postinst script.
11 years ago
Till Maas
a063987d0e
authorized_key: Be more specific about manage_dir
...
- Explain which properties are managed when manage_dir is True.
11 years ago
Michael DeHaan
7f36630dd5
Add capabilities module.
11 years ago
nate@bx.psu.edu
2daee9ed20
Bugfix for xattrless files and the capabilities module.
11 years ago
nate@bx.psu.edu
c19e4a7d0b
Create a capabilities module for managing Linux kernel capabilities(7) with setcap(8).
11 years ago
James Cammarata
9f9c077878
Merge branch 'issues/6341' of https://github.com/threatgrid/ansible into threatgrid-issues/6341
11 years ago
James Tanner
4028f55c04
Fixes #6519 Properly handle state=absent in sysctl module
11 years ago