Brian Coca
46b67e9b1f
now assemble module is also action plugin and can use local source for
...
files
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
2013-10-30 21:40:42 -04:00
chrisalbright
dbbad79299
pip module: fix unexpected behavior when creating virtualenvs
...
This module supports `virtualenv_site_packages` as an option to control whether or not to include system packages when installing pip packages into a virtual environment.
The default is no, and when you say yes it explicitly it includes a flag to include site packages, otherwise it doesn't provide a flag.
Some versions of virtualenv by default include site packages and other versions by default do not.
This patch just makes both branches explicit, so `virtualenv_site_packages=no` really means no.
2013-10-30 17:27:02 -07:00
Daniel Koch
fc8b88995a
Clean up temp file left behind by assemble module
2013-10-30 20:24:03 -04:00
Michael DeHaan
98b23de9ab
Merge pull request #4727 from leth/apt-key-leading-zeros
...
Only remove leading '0x' from apt key ids, not all 0s
2013-10-30 17:16:20 -07:00
James Tanner
8036e6ee23
Revert templating enhancements from 73dbab70
e6c28658
d409352c
9858b1f2
4587528b
9b1fe455
214b0b05
8d3db803
7f9504d1
5031104c
35cb9dc2
2bd8cb57
1e85c754
2013-10-30 10:50:16 -04:00
Phillip
22d679ffc5
adding the githooks module
2013-10-30 09:03:11 -05:00
Marcus Cobden
c7dfa16edf
Only remove leading '0x' from key ids, not all 0s
2013-10-30 11:50:34 +00:00
James Tanner
3370aee870
Fixes #4720 Use mysql command to restore database instead of mysqldump
2013-10-29 10:33:46 -04:00
jctanner
1a72cd4b0e
Merge pull request #4712 from mhite/bigip_node
...
New BIG-IP module for managing node objects
2013-10-29 06:07:45 -07:00
jctanner
63b1c47881
Merge pull request #4715 from mscherer/fix_4702
...
Fix #4702 , make setup work on windows
2013-10-29 06:03:49 -07:00
Michael Scherer
2865a1b074
Fix #4702 , make setup work on windows
2013-10-28 23:41:18 +01:00
Thomas Omans
ae6e080bd9
Pip module: fixing issue with python 2.4 support
...
Python 2.4.3 returns:
TypeError: expected character buffer object
startswith is expecting only a string instead of a tuple like newer versions allow.
2013-10-28 15:15:04 -07:00
Matt Hite
176cf51b0a
Fixed version_added and removed reference to traceback module
2013-10-28 14:51:51 -07:00
James Cammarata
4c80cf411c
Fixing authorized_keys module to make the key part detection better
...
Fixes #4677
Fixes #4657
Fixes #4599
2013-10-28 13:52:45 -05:00
Serge van Ginderachter
3295516002
bigip tcp monitor: add examples
2013-10-28 17:13:36 +01:00
Serge van Ginderachter
4ddb6e629d
Fix typo
2013-10-28 16:59:44 +01:00
Serge van Ginderachter
30ef338c85
Implement BIGIP F5 TCP monitor
2013-10-28 16:58:14 +01:00
kiri
14d6bda763
add NoneType check.
2013-10-28 21:35:57 +09:00
bennojoy
00b9aae26e
include files
2013-10-28 17:40:09 +05:30
Michael DeHaan
a33119dede
Merge pull request #4509 from mremond/gem_executable
...
Add executable parameter to find gem binary in gem module
2013-10-27 08:59:19 -07:00
Michael DeHaan
8bcd697816
Merge pull request #4424 from localvoid/firewalld-rich_rules
...
Add support for Rich Rules in firewalld module
2013-10-27 08:55:22 -07:00
Michael DeHaan
772bd33a0f
Revert "fix conversion from file to hardlink when force=yes"
...
This reverts commit 4d4518ed52
.
2013-10-27 11:51:43 -04:00
Michael DeHaan
c44aceb986
Merge pull request #4380 from joshkehn/lineinfile_validate
...
Added validate option to lineinfile
2013-10-27 08:46:47 -07:00
Michael DeHaan
0f18ac92b4
Merge pull request #4632 from simonsd/devel
...
refusing to convert between file and hard when force=yes
2013-10-27 08:32:34 -07:00
Michael DeHaan
dcc1beab37
Merge pull request #4600 from earchibald/devel
...
Added ['date_time']['tz_offset'] using %z to get the time offset rather ...
2013-10-27 08:30:28 -07:00
Michael DeHaan
a1b9dad167
Merge pull request #4597 from vegitron/devel
...
Allow generic django_management commands
2013-10-27 08:20:48 -07:00
Michael DeHaan
a6aeb12c8c
Merge pull request #4560 from tronner/issue4461
...
Fix illegal set operation in FreeBSD section of user module.
2013-10-26 11:31:20 -07:00
Michael DeHaan
52e35c5e6c
Merge pull request #4610 from bennojoy/gcs_fix3
...
fix for overwrite in put operation
2013-10-26 11:29:11 -07:00
Brian Coca
9b8b79f1fd
updated to make note that password is required before v1.4
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
2013-10-26 12:47:22 -04:00
Michael DeHaan
2a7f915088
Merge pull request #4680 from berendt/fix_permissions_of_ovirt
...
fixed permissions of module library/cloud/ovirt
2013-10-26 09:04:42 -07:00
Brian Coca
0d9a6b63ea
updated docs
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
2013-10-26 11:37:45 -04:00
Brian Coca
cdec70eeff
now supports users w/o a password, encrypted passwords and expiration
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
2013-10-26 11:32:16 -04:00
Michael DeHaan
bc6d454b5e
Enable imports to work on a snippet based system, allowing for instance a library of common EC2 functions
...
to be reused between modules. See library/system/service and library/system/ping for initial examples. Can
work the old way to just import 'basic', or can import the new way to import multiple pieces of code from
module_utils/.
2013-10-26 11:09:30 -04:00
Christian Berendt
700969e8cb
fixed permissions of module library/cloud/ovirt
2013-10-26 09:05:21 +02:00
jctanner
3c3392a2d9
Merge pull request #4167 from tima/rsync3
...
synchronization module take 3
2013-10-25 14:43:08 -07:00
Serge van Ginderachter
f6442cda34
clean up comments to show monitor specific code
2013-10-25 22:47:35 +02:00
James Tanner
f27e2fd285
Fixes #4448 reloaded services should be started if not running
2013-10-25 15:30:02 -04:00
James Cammarata
a220d7c18c
Merge branch 'fix_autorized_keys' of https://github.com/mscherer/ansible into mscherer-fix_autorized_keys
2013-10-24 20:13:38 -05:00
James Cammarata
8fc62a1fb0
Fixing up authorized_keys to accept comments with spaces
2013-10-24 20:12:56 -05:00
Michael Scherer
d53abc2d5e
make sure that options are quoted, as people can add a shell
...
script there with a comma that would produce invalid configuration
upon being wrote again
2013-10-24 23:51:55 +02:00
Michael Scherer
2ad3a46e13
sort the option_key to have a constant predictable line
2013-10-24 23:47:34 +02:00
Michael Scherer
7afaeea131
adding a single comma at the end of the options list confuse the module
...
it start to duplicate line, because this create
a empty option in the list, and so the module add a new line along the previous
one. See
>>> ' a,b, '.strip().split(',')
['a', 'b', '']
2013-10-24 23:46:49 +02:00
jctanner
ee4b3a1446
Merge pull request #4631 from mmoya/mysql_variables-fix3
...
Fail if requested variable is not available
2013-10-24 10:37:37 -07:00
jctanner
9c108efd47
Merge pull request #4624 from SirScott/freebsd_service_module_uwsgi
...
Fix broken FreeBsdService class
2013-10-24 10:36:05 -07:00
James Tanner
664c4839eb
Set version_added for ec2_eip's in_vpc parameter
2013-10-24 12:19:43 -04:00
jctanner
4fbfa4706f
Merge pull request #4593 from pas256/eip-vpc
...
Add VPC support for EIP module
2013-10-24 10:22:43 -07:00
James Tanner
14e2961268
Set bigip_pool_member version added to 1.4
2013-10-24 11:41:34 -04:00
James Tanner
740491e0ce
Fixes #4500 change ec2 module params to type=bool
...
Revert 4833c2fdf0
2013-10-24 09:19:25 -04:00
Cove Schneider
729297bce8
update with current fixes from docker-ansible
2013-10-23 22:56:02 -07:00
Jon Kolb
0e2478e639
Fixes #3847 : lineinfile without regex
2013-10-23 21:04:18 -04:00