James Tanner
eeee1e1c5a
Set accept_hostkey to False by default in the git module and fail
...
early if the key is unknown
12 years ago
James Tanner
8665b0638a
Add an "accept_hostkey" parameter to the git module to help automatically
...
accept hostkeys for git repos and prevent task hangs when the key is unknown
12 years ago
willthames
12005a1cd0
Move more responsibility to common EC2 module
...
Moved `AWS_REGIONS` into `ec2` module
Created `ec2_connect` method in `ec2` module
Updated modules able to use `ec2_connect` and `AWS_REGIONS`
12 years ago
jctanner
301a1189dd
Merge pull request #5122 from willthames/openlog_str
...
Make first argument to syslog.openlog be a string
12 years ago
Paulo Bittencourt
fc3597af5d
files/file: add support for symbolic permission modes
12 years ago
James Tanner
bf78d8cf73
Addresses #5090 setup module was using path.is_file instead of path.isfile
12 years ago
jctanner
2670529671
Merge pull request #5090 from dragon3/hostname_support_amazon_linux
...
hostname module: add support for Amazon Linux
12 years ago
Will Thames
76aca4d547
Make first argument to syslog.openlog be a string
...
syslog.openlog expects its first argument to be a string.
Without this change running under ipython fails.
12 years ago
dragon3
d39e6fda92
hostname module: add support for Amazon Linux
12 years ago
Matt Martz
3f2cbb7583
Add ansible.module_utils.rax
12 years ago
jctanner
009fdbf96a
Merge pull request #4896 from mjschultz/aws-access-keys
...
Check for AWS keys using boto names
12 years ago
jctanner
e4494be8c6
Merge pull request #4803 from dragon3/devel
...
Don't fail if ec2_access_key/ec2_secret_key not specified to use IAM rol...
12 years ago
Michael J. Schultz
5f9485499c
Check for AWS keys using boto names
...
- see https://github.com/boto/boto#getting-started-with-boto
12 years ago
James Tanner
74e7eba528
Fixes #4506 test length of context before checking invalid indexes
12 years ago
James Tanner
898de833b0
Merge pull request #4413 from jerm/ansible
...
Add capability to pass in a PATH prefix to run_command and allow pip module
to utilize that to make virtualenv bin/ available in pip installs
12 years ago
dragon3
ff5bd7fe06
Don't fail if ec2_access_key/ec2_secret_key not specified to use IAM role.
12 years ago
willthames
76c810afe3
AWS_ACCESS_KEY misspelt in shared EC2 connection library
12 years ago
James Tanner
afa5988391
Fixes #4540 Use shared module snippet to evaluate ec2 credentials
12 years ago
James Tanner
dc4d589ce0
Fixes #4767 detect hard links and set state in add_file_info
12 years ago
Michael DeHaan
b1b5280075
Reapply pep8 changes from previous revert.
12 years ago
Michael DeHaan
465f3b1c91
This allows type=dict in a module to allow passing in a real dict or JSON.
12 years ago
Michael DeHaan
d34a26e307
Undo an inadvertant revert from template changes so we still allow pythonic imports in module land.
12 years ago
James Tanner
d154bf8781
Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 4587528b 9b1fe455 214b0b05 8d3db803 7f9504d1 5031104c 35cb9dc2 2bd8cb57 1e85c754
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