Toshio Kuratomi
8baba98ebe
Don't know why but the 1.8.x branch didn't include the commit for crypttab.
...
Update documentation to show it is new in 1.9 as a result of that
oversight.
2015-03-11 11:07:33 -07:00
Dmitry Bashkatov
19d51a51db
gluster_volume: remove redundant code
2015-03-11 17:22:38 +03:00
Dmitry Bashkatov
26c2080dcf
gluster_volume: use force option during add-brick
2015-03-11 16:40:22 +03:00
Dmitry Bashkatov
c6448660a3
gluster_volume: fixes, new "force" option
2015-03-11 10:54:13 +03:00
Richard Gray
7c40201c3d
Set default for locale_gen state parameter
...
Fix the state parameter for the locale_gen module to be non-mandatory
with a default value of 'present', as indicated by the module
documentation.
2015-03-07 21:24:32 +13:00
Matthew Vernon
7a9e6aee90
Changes from Brian Coca's review of this module
...
These are all the code changes from Brian's review:
* change #! line
* rename "host" to "name" [keep as alias]
* make documentation clearer
* imports 1 per line
* use get_bin_path to find ssh-keygen
* key not actually required when removing host
2015-03-06 18:24:32 +00:00
Matthew Vernon
d821a39131
known_hosts: manage ssh known_hosts files with ansible.
...
The known_hosts module lets you add or remove a host from the
known_hosts file. This is useful if you're going to want to use the
git module over ssh, for example. If you have a very large number of
host keys to manage, you will find the template module more useful.
This was pull request 7840 from the old ansible repo, which was
accepted-in-principle but not yet merged. The mailing list thread
reading it is:
https://groups.google.com/forum/#!topic/ansible-devel/_e7H_VT6UJE/discussion
2015-03-06 18:24:32 +00:00
Brian Coca
41ddb689db
Merge pull request #182 from misho-kr/devel
...
fix lvol module to properly query the size of logical volumes
2015-03-06 11:53:33 -05:00
Brian Coca
405bb040f8
Merge pull request #285 from fuglu/devel
...
svc: Add kill command (svc -k)
2015-03-03 08:07:07 -05:00
Brian Coca
650d740a3a
Merge pull request #196 from alxgu/lvol_fix_casesensitivity
...
Bugfix PR for lvol: Cast size(LogicalVolumeSize) to lower .
2015-02-26 08:46:07 -05:00
Benjamin Kluck
8a5297c535
svc: Add kill command (svc -k)
2015-02-25 18:24:18 +01:00
Brian Coca
9f11d10135
Merge pull request #181 from sterfield/devel
...
Allow every type of locales + archlinux fix
2015-02-17 13:45:12 -05:00
SkaveRat
8eabcdcbc6
Fix missing restart method
...
Script was missing the restart command
2015-02-12 22:22:31 +01:00
Kai de Haan
e4f57eae44
svc: Ensure python 2.5 compatibility
...
* eg. debian lenny
2015-02-12 20:46:20 +01:00
Brian Coca
9219797bb5
Revert "Add listsnapshots property to zfs"
2015-02-12 10:17:56 -05:00
Brian Coca
5148a88e2c
Merge pull request #88 from queeno/facter_should_return_puppet_custom_facts
...
Facter module should return custom facts
2015-02-11 17:32:57 -05:00
Brian Coca
83c051dfd5
Merge pull request #248 from bcoca/fix_alternatives
...
now properly checks that link is suplied before trying to use it
2015-02-11 17:32:00 -05:00
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
Hiroshi Umehara
759e032473
Generalize locale name normalization
2015-01-22 12:07:10 +09: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
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
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
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
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