Brian Coca
c7e3aee0f0
now properly checks that link is suplied before trying to use it
...
should fix #46
2015-02-11 17:21:35 -05:00
Kelley Reynolds
92c30c7c41
Add listsnapshots property to zfs
2015-02-11 17:16:41 -05:00
Brian Coca
3f78475cae
daemontools module
2015-02-11 12:35:43 -05:00
Misho Krastev
d11e36589a
Merge branch 'upstream_devel' into devel
...
Conflicts:
system/lvol.py
2015-01-24 22:13:53 -08:00
Giovanni Tirloni
cb46aab3d1
add createparent option to zfs create
2015-01-22 09:13:12 -05:00
Hiroshi Umehara
759e032473
Generalize locale name normalization
2015-01-22 12:07:10 +09:00
Rob White
adb1f0a1c8
Convert symlinks specified in pvs to actual path
2015-01-22 13:37:37 +11:00
Hiroshi Umehara
42f79478a7
Add EUC-JP locale name normalization
...
The function normalizes checks for UTF-8, but the same issue exists for
other locales as well. This fix adds normalization for EUC-JP, a Japanese
locale.
2015-01-21 16:10:12 +09:00
Pierre-Louis Bonicoli
40298a8f24
remove unused variable
2015-01-12 19:02:30 +01:00
Pierre-Louis Bonicoli
25f595c2ba
Avoid to use the builtin 'echo'
...
By default, the interpretation of escape characters could be disabled (bash)
or enabled (dash).
2015-01-12 18:52:25 +01:00
Alexander Gubin
e15fba5156
lvol: Cast size(LogicalVolumeSize) to lower to fix the difference between lvs and lvcreate
2015-01-12 17:43:51 +01:00
Brian Coca
ffa8abf979
Merge pull request #120 from alxgu/lvol_fix_path
...
Fix lvol: Find LVM commands in PATH env - Bugfix Pull Request
2015-01-09 16:04:45 -05:00
Yuri Kunde Schlesner
1d60d33dc1
crypttab: Fix parameter checking with state=absent
...
Only the `name` parameter is required when removing an entry, but the module tried to ensure at least one other parameter was set.
2015-01-08 21:44:58 -02:00
Bert Mertens
3981872375
Fix getent behaviour with fail_key=False
2015-01-06 09:57:30 +01:00
Toshio Kuratomi
d4f5b6d41a
Fixes for docs building
2015-01-05 08:40:57 -08:00
Misho Krastev
5acc634549
fix lvol module to properly query the size of logical volumes
2015-01-05 01:52:20 -08:00
Sterfield
48ecbd037e
Missing import re
...
I don't even know how it magically worked, but the fact is the code was
correct, and ran OK without the import re.
2015-01-03 22:24:27 +01:00
Sterfield
c9656ff3b4
Now allow every type of locales + archlinux fix
...
The previous version of this code was supporting only locales using the
format "<language>_<territory>.<charset>". But all the locales that
doesn't have this format were not installable (such as "fr_FR" or
"fr_FR@euro").
Also, if an invalid locales was provided, the module kept sending a
"changed" status.
Now :
* if the user provides an invalid locales, the module failed. Locales
are verified using /etc/locale.gen or /usr/share/i18n/SUPPORTED if
Ubuntu
* Every types of valid locales are now supported.
* The locale module was not working on Archlinux, as there's no space
between the "#" and the locale. This is now supported. Credits goes
to danderson189, this is his code.
This module was tested on debian jessie, ubuntu 14 LTS and last
Archlinux.
2015-01-03 18:01:13 +01:00
Nicolas Brisac
5462748553
Merge remote-tracking branch 'upstream/devel' into devel
2015-01-02 21:30:51 +01:00
Brian Coca
3e7da5366b
Merge pull request #176 from bcoca/gluster_volume_docfix
...
fixed doc bug
2015-01-02 14:22:23 -05:00
John Barker
9efac37b1b
Add a note about debconf passwords always being recorded as changed
2014-12-31 22:10:18 +00:00
Brian Coca
2e6b94047d
fixed doc bug
2014-12-30 19:53:59 -05:00
Timothy Vandenbrande
b365fc4464
added a source/network add/remove to/from zone for firewalld - removed useless comment
2014-12-19 09:35:40 +01:00
Timothy Vandenbrande
6fab8f49a9
added a source/network add/remove to/from zone for firewalld
2014-12-19 09:35:40 +01:00
Nikolai Lifanov
1be1aacadf
fix at.py module on non-glibc systems
2014-12-17 10:09:36 -05:00
Cosmo Petrich
443d7683a0
Remove default from 'permanent' and 'state' docs
...
These fields are both required, and thus do not actually have defaults.
2014-12-12 18:49:19 +11:00
Brian Coca
108db556a0
Merge pull request #136 from bcoca/gluster_revamp
...
revamp of gluster volume management
2014-12-11 20:55:23 -05:00
Brian Coca
fdd41fb95c
Merge pull request #1 from mscherer/devel
...
Add a new option immediate= to immediately apply a permanent change
2014-12-11 20:47:48 -05:00
Brian Coca
6725d5188d
revamp of gluster volume management
...
also implemented deleting a volume
2014-12-06 19:08:07 -05:00
Toshio Kuratomi
19e688b017
Fixes to documentation
2014-12-03 08:16:11 -08:00
Michael Scherer
62cae242cf
Add a new option immediate= to immediately apply a permanent change
...
Currently, either you apply the change in the configuration
of firewalld ( without permanent=True ), or you apply it live.
I most of the time want to do the 2 at the same time, ie open the
port ( so I can use the service ) and make sure it stay open on reboot.
2014-12-01 19:51:11 +01:00
Brian Coca
9e798ec6bc
Merge pull request #48 from rosmo/glusterfs-module
...
Added GlusterFS module.
2014-12-01 11:50:06 -05:00
Brian Coca
52f526c360
Merge pull request #17 from abompard/devel
...
Module alternatives: support RedHat-based OSes
2014-12-01 11:35:32 -05:00
Brian Coca
cbfabba9e3
Merge pull request #7 from groks/crypttab-module
...
New crypttab module for editing Linux /etc/crypttab file
2014-12-01 11:33:45 -05:00
Alexander Gubin
20ef2696bc
Fix lvol: Find LVM commands in PATH env
2014-11-26 11:27:29 +01:00
Brian Coca
e64751b0eb
Merge pull request #53 from bcoca/getent_doc_fixes
...
corrected and made better docs for getent
2014-11-20 15:49:33 -05:00
Sebastian Gumprich
040135dbba
Added documentation and example for port ranges.
...
Also added punctuation marks.
2014-11-20 20:48:41 +00:00
Nicolas Brisac
1e3645a9e3
Allow filtering of routed/forwarded packets
...
MAN page states the following :
Rules for traffic not destined for the host itself but instead for
traffic that should be routed/forwarded through the firewall should
specify the route keyword before the rule (routing rules differ
significantly from PF syntax and instead take into account netfilter
FORWARD chain conventions). For example:
ufw route allow in on eth1 out on eth2
This commit introduces a new parameter "route=yes/no" to allow just that.
2014-11-14 17:09:24 +01:00
Brian Coca
664858ec20
Merge pull request #56 from filipenf/fix-lvg
...
LVG module fix when using multiple devices (string to list)
2014-11-06 15:26:37 -05:00
Taneli Leppä
2d495f7e6e
Added .py extension to glusterfs module.
2014-10-27 11:31:37 +02:00
Simon Aquino
4dd6c8204a
Facter module should return custom facts
...
The ansible facter module should also return puppet custom facts by
default.
2014-10-21 23:47:03 +01:00
Franck Nijhof
130bd670d8
Small fix for boolean when boolean type was set via a variable (somehow changes the behaviour of Ansible because of YAML as it seems. Booleans then become represented as a string).
2014-10-13 07:34:24 +02:00
Franck Nijhof
2c43cdb123
Renamed module from mac_defaults to osx_defaults so the naming is more up to par with existing modules (e.g. osx_say)
2014-10-12 14:41:57 +02:00
Chris West
613b3bdda0
Enable "ufw default allow routed"
...
* The policy is shown in `status verbose`, so all the check mode stuff should keep working.
* `--dry-run` works as expected.
* No idea whether it's legal as an argument to `interface`
2014-10-12 12:43:50 +01:00
Franck Nijhof
a55035c558
Added module for managing Apple Mac OSX user defaults
2014-10-12 00:20:00 +02:00
Filipe Niero Felisbino
6cfb97a1c8
Replace dev_string to dev_list
2014-10-06 12:49:20 -03:00
Brian Coca
b0d5733fd0
corrected and made better docs for getent
2014-10-04 10:21:26 -04:00
Taneli Leppa
6dc09c966c
Added GlusterFS module.
2014-10-03 10:25:58 +03:00
Baptiste Mispelon
827da3ae1a
Fixed typo in locale_gen documentation.
2014-10-02 16:42:13 +02:00
jravetch
c89ce9e8d7
mkfs.xfs uses -f instead of -F flag
...
mkfs.xfs uses the -f instead of -F flag to force creating a filesystem on a devices that have an existing filesystem
2014-09-29 15:40:58 -07:00