Michael DeHaan
7f972522c8
Update CONTRIBUTING.md
11 years ago
Michael DeHaan
33e80a812c
Update CONTRIBUTING.md
...
edit doc some more, remove line break
11 years ago
Michael DeHaan
44724206d1
Update CONTRIBUTING.md
11 years ago
Michael DeHaan
970bf3a45a
Update README.md
11 years ago
Michael DeHaan
7c09ba1173
Update CONTRIBUTING.md
...
formatting, add twitter link
11 years ago
Michael DeHaan
7495ad5a21
Update CONTRIBUTING.md
...
word wrap and formatting
11 years ago
Michael DeHaan
87d9462d99
Update CONTRIBUTING.md
...
Convert URLs to short form hyperlinks
11 years ago
Michael DeHaan
8b4fbcbb97
Update CONTRIBUTING.md
...
URL formatting
11 years ago
Michael DeHaan
9a0b09f792
Update CONTRIBUTING.md
...
Github formatting fixups
11 years ago
Michael DeHaan
b0efae1aac
Update CONTRIBUTING.md
...
Add URLs to mailing lists instead so it's obvious on how to subscribe
11 years ago
Michael DeHaan
e9810bcd1e
Update CONTRIBUTING.md
11 years ago
James Cammarata
8283183023
Adding sshpass as packaging requirement and fixing VERSION
11 years ago
Michael DeHaan
2ddbc82639
Update Debian changelog for 1.4 builds.
11 years ago
Michael DeHaan
1f0eb32846
Update 1.4 specfile -- no need for node fireball package, release dates
11 years ago
Michael DeHaan
0bd0326faa
Update releases.txt
11 years ago
James Cammarata
35d138a0d6
When checking conditionals, don't dereference when the variable contains dashes
...
Fixes #4104
11 years ago
James Cammarata
d0236f6ada
Check for link in path in utils.path_dwim_relative()
...
This allows an included path to be relative to a directory, if the
basedir of the original path is a symlink. In that case, the path
is normalized and the file is searched for in the normalized path.
Fixes #3312
11 years ago
Thomas Jost
dfb10e646e
Add Archlinux "distribution" fact
11 years ago
James Cammarata
0d408ff295
Use low-level package objects in the apt module to check installed state
...
Packages which are half-installed are not adequately represented by
the .is_installed field of the apt.package.Package object. By using the
lower-level apt_pkg.Package object (which provides the .current_state
field), we can check for a partially-installed state more accurately.
Fixes #3421
11 years ago
James Cammarata
d2bf244eb8
Merge branch 'fix_changed_for_yum_group' of https://github.com/hnakamur/ansible into hnakamur-fix_changed_for_yum_group
11 years ago
James Cammarata
72eaa0570e
Allow service module to manage services not ending in .service
...
Fixes #3417
11 years ago
James Cammarata
5110b2d440
Slight refactorization of the sysctl module
...
* Added in support for freebsd-style sysctl commands
* Replaced some functionality that was provided by module_common
* Simplified some logic in a couple of places (ie, not checking
a split with len() but instead limiting the split to 1)
Fixes #3380
11 years ago
Michael DeHaan
c6067edae6
Remove YAML inventory example.
11 years ago
James Cammarata
3e9b63febd
Compare exploded values in the sysctl module to avoid whitespace errors
...
Fixes #3931
11 years ago
James Cammarata
b2741f451e
Fixes to the service module for Ubuntu 12.04 (LTS)
...
Fixes #3615
Fixes #3572
11 years ago
James Cammarata
9a3a3e648b
Check for systemd ownership of a service even if an init.d script exists
...
Also slight modification to the error message in the earlier commit that
modified the update-rc.d detection portion of the code
Fixes #3474
11 years ago
Hiroaki Nakamura
4d2c2a262a
Add an example for installing a group with the yum module.
11 years ago
Hiroaki Nakamura
caa68746ae
Fix to getchanged correctly for yum groupinstall.
11 years ago
James Cammarata
7c8aa669cf
Minor fix to account for template service names in systemctl
11 years ago
James Cammarata
6c3af4df81
Fix for update-rc.d based systems that also have systemd installed
...
By default, the service module had assumed that if the system had the
update-rc.d binary, the service was either managed via upstart or standard
sysV init-style scripts. This patch adds a check for systemctl ahead
of the other methods when update-rc.d is detected, and also simplifies
the logic around the detection of systemctl-managed services
11 years ago
Yap Sok Ann
498c2665de
Locate easy_install path after (optionally) creating virtualenv.
...
Without this, the first call to the easy_install module with a new virtualenv
will only create the virtualenv without installing the intended package, since
the `_is_package_installed` check will succeed as running /usr/bin/easy_install
as non-root user will return permission denied error with empty stdout.
11 years ago
Hiroaki Nakamura
2357194b39
Add failed_when module variable.
...
Implementation note: Ternery operator trick for python prior to 2.5 is used.
(test and [when_true_value] or [when_false_value])[0]
http://stackoverflow.com/questions/394809/ternary-conditional-operator-in-python#comment1466794_394887
11 years ago
James Cammarata
808d9596b2
Fixing typos in is_keyid function definition and usage
...
Fixes #4068
11 years ago
Serge van Ginderachter
4f9af7efad
subelements lookup plugin
11 years ago
James Cammarata
b3c0e3e45e
Revert "Styling: deprecation"
...
This reverts commit ecc2b6e742
.
Fixes #4069
11 years ago
James Cammarata
8d0487c31e
Removing broken tests for now
11 years ago
James Cammarata
75a9357e5e
Fixing role variable precedence for top-level roles
...
Fixes #4026
Fixes #3989
11 years ago
James Cammarata
294451d002
Correctly handle variable issues when evaluating jinja2 when statements
...
Fixes #4025
11 years ago
James Cammarata
af139cd56a
Merge branch 'file_fixes' of https://github.com/bcoca/ansible into bcoca-file_fixes
11 years ago
James Cammarata
150dd230cc
Merge branch 'kavink-devel' into devel
11 years ago
James Cammarata
bcc2a4b513
Minor fix so the any_errors_fatal value is checked properly
11 years ago
James Cammarata
4025695c00
Merge branch 'devel' of https://github.com/kavink/ansible into kavink-devel
11 years ago
Michael DeHaan
59099b7607
Merge pull request #4065 from CharlesBlonde/nova_wait_for_bug
...
Nova_compute wait_for fixes
11 years ago
Charles Blonde
02171711fa
Fix wait_for default value to follow the documentation (documentation = 180, default value = 120)
11 years ago
Charles Blonde
9a993992be
Fix wait_for conversion between String to int
11 years ago
Brian Coca
b6be9bce5d
fixed typo
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Brian Coca
d47c48e30a
Added remote_user to plays
...
Still compatible with user: but deprecating it so we can have
a matching remote_user: in tasks, cannot be user: because of the
module of the same name. #3932
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Michael DeHaan
ddb09f11be
Merge pull request #4059 from dekked/devel
...
Fixed -e "" on ansible-playbook.
11 years ago
Kavin Kankeshwar
c24f6f438b
Avoid ugly formatting due to a long if statement
11 years ago
Alan Descoins
ebd8e262d3
Fixed -e "" on ansible-playbook.
11 years ago