Commit Graph

8833 Commits (13076ca8be1fb65b66a533e2ca385360376bcf3c)
 

Author SHA1 Message Date
James Tanner d154bf8781 Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 4587528b 9b1fe455 214b0b05 8d3db803 7f9504d1 5031104c 35cb9dc2 2bd8cb57 1e85c754 12 years ago
Phillip 824d5688fc adding the githooks module 12 years ago
Jens Rantil f39b4ac0ba Fix broken markdown syntax in changelog
Newlines aren't identified correctly. This made it more likely for
developers to miss changes for releases.
12 years ago
Marcus Cobden 414a5b4eab Only remove leading '0x' from key ids, not all 0s 12 years ago
James Cammarata e0fbaea566 Also updating RELEASES.txt 12 years ago
James Cammarata f18854371a Adding changelog entries for 1.3.4 12 years ago
Paul Durivage f63a6fafe9 Move regions until after authentication; otherwise pyrax.regions is an empty tuple and no inventory is returned. 12 years ago
Paul Durivage 3bfdaad060 Implement @cchurch suggestions 12 years ago
Paul Durivage 859c6c6d44 Make creds file env var optional; look for ~/.rackspace_cloud_credentials if not supplied 12 years ago
Paul Durivage d59f9b4289 Remove grouping of hosts by trying to discern subdom in server name 12 years ago
Paul Durivage 7c88ac0a5e Accept a comma-separated list of regions 12 years ago
Paul Durivage 16336db9f6 Documentation updates for region env var 12 years ago
Paul Durivage 25c3bec6ef Eliminate the RAX_REGION environment variable; iterate through all regions available to an account and present servers in region groups; default to using server name to identify servers in groups; set ansible_ssh_host key for each server; utilize the _meta key to provide all the hostvars for each server; all grouping by web, db, sql, lb, app based on server name; pretty print JSON output for some human-readable inventory action
Add set_setting to alleviate requirement that ~/.pyrax.cfg exists

Add regions as a optional env var to narrow our inventory scope

Clean up
12 years ago
Paul Durivage ccc607eaa5 Documentation updates 12 years ago
James Tanner d3c8832414 Fixes #4720 Use mysql command to restore database instead of mysqldump 12 years ago
jctanner 536b5b196f Merge pull request #4712 from mhite/bigip_node
New BIG-IP module for managing node objects
12 years ago
jctanner a1fcaf5c61 Merge pull request #4715 from mscherer/fix_4702
Fix #4702, make setup work on windows
12 years ago
jctanner 606df0b1b0 Merge pull request #4713 from eggsby/patch-1
Pip module: fixing issue with python 2.4 support
12 years ago
James Tanner 0faecdf7d1 Fixes #4653 Set dest on results for copy module even if using file module 12 years ago
Michael Scherer 3f0b3a71ca Fix #4702, make setup work on windows 12 years ago
Thomas Omans c12e2b53e3 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.
12 years ago
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