Commit Graph

9722 Commits (bf251e3dbf81dc92c111cc01dbb9c19783c3b51a)
 

Author SHA1 Message Date
jctanner 36c23cd895 Merge pull request #4711 from tgerla/docsfix
fix command to make a debian package
12 years ago
Tim Gerla 0f80364994 fix command to make a debian package 12 years ago
Matt Hite 25f7391d1a Fixed version_added and removed reference to traceback module 12 years ago
James Cammarata 0e9184eefd Fixing authorized_keys module to make the key part detection better
Fixes #4677
Fixes #4657
Fixes #4599
12 years ago
James Tanner 9249cf578d Fixes #4572 Run until loop if until is set, ignoring result failures 12 years ago
Serge van Ginderachter 8faba17b34 bigip tcp monitor: add examples 12 years ago
jctanner ff8e02fb5d Merge pull request #4705 from tgerla/docsheadings
Add a clarifying heading to installation docs
12 years ago
Serge van Ginderachter 2bd51e506b Fix typo 12 years ago
Serge van Ginderachter 70c677eb8b Implement BIGIP F5 TCP monitor 12 years ago
Tim Gerla b7899b5e35 Add a clarifying heading to installation docs 12 years ago
Scott Armit ef317ecde7 If an AWS account does not have a default subnet in their VPC configuration, then creating instances in that VPC will not automatically provide a public IP/DNS. Boto added this functionality in 2.13.0 (NetworkInterfaceSpecification.associate_public_ip_address).
This change adds assign_pubic_ip as a parameter to the ec2 module, ensuring that it is not set to one of BOOLEANS_TRUE if vpc_subnet_id is not also set, and if Boto is less than 2.13.0.
12 years ago
Christian Berendt 2848cf34fc changing permissions of modules to 0644 12 years ago
Michael DeHaan 73dbab702f Don't run lookup plugins while trying to simplify the input datastructure. 12 years ago
Michael DeHaan 94567b21e9 Merge pull request #4698 from succhiello/feature/allow_deregister_without_ec2_elbs
add NoneType check.
12 years ago
Michael Vogt 0b82722484 load tasks/vars includes in syntax-check mode as well 12 years ago
kiri c1c32c75ac add NoneType check. 12 years ago
Michael DeHaan 6d0da41a55 No need to template modules with Jinja2 as this can confuse some docstring comments. 12 years ago
bennojoy b53e7353f9 include files 12 years ago
Patrick Callahan adca81fae2 Fixup for SuSE and openSuSE.
Account for differences in packages names across RHEL/CentOS
and SuSE/openSuSE.
12 years ago
Michael DeHaan 3722bebb1d Merge pull request #4509 from mremond/gem_executable
Add executable parameter to find gem binary in gem module
12 years ago
Michael DeHaan 3badedc983 Merge pull request #4424 from localvoid/firewalld-rich_rules
Add support for Rich Rules in firewalld module
12 years ago
Michael DeHaan 99d6726114 Revert "fix conversion from file to hardlink when force=yes"
This reverts commit 4d4518ed52.
12 years ago
Peter Gehres 084dc38fbe Refactored implementation to make use of caching and to
limit the number of connections to external cobbler server for performance.
Added use of cobbler.ini file to configure settings.

Tested against Cobbler 2.4.0
12 years ago
Peter Gehres a3e3334547 Refactored implementation to make use of caching and to
limit the number of connections to external cobbler server for performance.
Added use of cobbler.ini file to configure settings.

Tested against Cobbler 2.4.0
12 years ago
Matt Jaynes 8fa003eadb Fix typos. Prevent double-dashes from being reduced to single dash. 12 years ago
Michael DeHaan 603db60828 Merge pull request #4288 from sivel/3725-regex
Add regex (search, match, regex) jinja2 filters. Fixes #3725
12 years ago
Michael DeHaan 3778b39115 Merge pull request #4380 from joshkehn/lineinfile_validate
Added validate option to lineinfile
12 years ago
Michael DeHaan 41ed5635dc Merge pull request #4632 from simonsd/devel
refusing to convert between file and hard when force=yes
12 years ago
Michael DeHaan d0904ded84 Merge pull request #4600 from earchibald/devel
Added ['date_time']['tz_offset'] using %z to get the time offset rather ...
12 years ago
Michael DeHaan aac4c01786 Merge pull request #4597 from vegitron/devel
Allow generic django_management commands
12 years ago
Michael DeHaan 4587528b99 Fix typo in comment. 12 years ago
Michael DeHaan d409352c85 Remove some interior imports in the code. Not really needed but nice to have them gone. 12 years ago
Michael DeHaan e6c28658b4 Add in some code to pre-template datastructures prior to template usage. This prevents a certain class of error
where filter evaluations can happen too early due to the template engine recursion being a bit limited.

Addresses #4662
12 years ago
Michael DeHaan ad5731b4a8 Add module utils path to setup.py 12 years ago
Michael DeHaan b725361bce Merge pull request #4560 from tronner/issue4461
Fix illegal set operation in FreeBSD section of user module.
12 years ago
Michael DeHaan 2b785ec7e5 Merge pull request #4610 from bennojoy/gcs_fix3
fix for overwrite in put operation
12 years ago
Brian Coca 87e886a550 updated to make note that password is required before v1.4
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Michael DeHaan da82906da5 Merge pull request #4680 from berendt/fix_permissions_of_ovirt
fixed permissions of module library/cloud/ovirt
12 years ago
Michael DeHaan f05a3a81f9 Add missing file. 12 years ago
Brian Coca 594ecc00c1 updated docs
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Brian Coca 61d9472312 now supports users w/o a password, encrypted passwords and expiration
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Michael DeHaan 54c902f102 Identation + misc PEP8 fixes. 12 years ago
Michael DeHaan bbb359870e Add package file. 12 years ago
Michael DeHaan 9858b1f2f3 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/.
12 years ago
Christian Berendt 42d877146c fixed permissions of module library/cloud/ovirt 12 years ago
jctanner 43f48a2e02 Merge pull request #4167 from tima/rsync3
synchronization module take 3
12 years ago
Serge van Ginderachter 4748329009 clean up comments to show monitor specific code 12 years ago
Michael DeHaan ad829861f8 Merge pull request #4673 from runseb/devel
Generic libcloud script for ansible inventory
12 years ago
James Tanner 40886c42b5 Fixes #4561 Compare task name without role prefix for start-at-task 12 years ago
James Tanner 40574c1938 Fixes #4448 reloaded services should be started if not running 12 years ago