Commit Graph

5700 Commits (8dfff02077c3226453f220ac95832b61ea2f4dbf)
 

Author SHA1 Message Date
Michael DeHaan 8dfff02077 Merge pull request #3373 from exosite/devel
Added Linode inventory plugin
12 years ago
Michael DeHaan 6d5ac43dcb Merge pull request #3368 from j2sol/wait_for_improv
Improvements to wait_for module
12 years ago
Michael DeHaan 88c907af90 Merge pull request #3340 from bpennypacker/stat
get file/path facts via 'stat'
12 years ago
Michael DeHaan 71b9be509c Merge pull request #3347 from AscendLearning/irc-with-pass
Added a provision for passing a server password to IRC
12 years ago
Michael DeHaan a8e8a9583b Merge pull request #3336 from lorin/htpasswd
Add htpasswd module
12 years ago
Michael DeHaan 98e7eaf07a Merge pull request #3316 from dsedivec/devel
expanduser on each component of plug-in paths
12 years ago
Michael DeHaan e4e3c239c7 Merge pull request #3385 from stoned/find_plugin-cleanup
Remove redundant call to _get_path() in PluginLoader.find_plugin()
12 years ago
Stoned Elipot b7f89837bb Remove redundant call to _get_path() in PluginLoader.find_plugin() 12 years ago
Michael DeHaan d61a65ff08 Merge pull request #3377 from kjkuan/easy_install_fix
Fix the issue of easy_install ignoring virtualenv_site_packages=yes.
12 years ago
Jack Kuan a07324c590 Fix the issue of easy_install ignoring virtualenv_site_packages=yes. 12 years ago
Dan Slimmon 35d8d118a4 Added notes about hostname resolution. 12 years ago
Dan Slimmon eb2653283c Added linode plugin 12 years ago
Michael DeHaan 467f612ef6 Merge pull request #3367 from rstrox/devel
Include identity_type required by Pyrax 1.4
12 years ago
Jesse Keating d541e68027 Elapsed time should account for the delay 12 years ago
rstrox e836e5789e Include identity_type required by Pyrax 1.4 12 years ago
Michael DeHaan 27d90e9003 Merge pull request #3353 from j2sol/typo
Remove a trailing quote
12 years ago
Jesse Keating 95326ce41b Remove a trailing quote 12 years ago
Michael DeHaan 0a10727652 Merge pull request #3350 from billwanjohi/devel
validate files: fix usage error in example tasks
12 years ago
Michael DeHaan f3093cbb1a Fixup previous apt_key patch to enable file based modes to work. 12 years ago
billwanjohi bf56d69df7 validate files: fix usage error in example command
visudo requires the -f option to check any other file than the default.
I've added this to the example ansible tasks.
12 years ago
Michael DeHaan d9eca9182e Merge pull request #3349 from tgerla/fixec2
ec2 inventory plugin: fix whitespace around connection validity test
12 years ago
Bruce Pennypacker c47d121481 don't fail if the file doesn't exist. Just set 'exists' to true/false as appropriate 12 years ago
Tim Gerla 57b72d242a ec2 inventory plugin: fix whitespace around connection validity test 12 years ago
Kevin Montuori b86d93adc9 added a provision for passing a server password to IRC 12 years ago
Michael DeHaan 6853553310 Merge pull request #3343 from j2sol/add_host_changed
add_host should not be a changed action
12 years ago
Bruce Pennypacker 59a045e4cb Fixed stat of symlinked dirs 12 years ago
Jesse Keating e1dd83f2b6 add_host should not be a changed action
The action doesn't actually change anything on a system, so setting
the status to changed is wrong. add_host is much like set_fact in that
regard.

Since changed is False by default, there is no need to explicity set
it, so just create an empty dict for result and add to it from there.
12 years ago
Bruce Pennypacker 19b8de7ede get file/path facts via 'stat' 12 years ago
Lorin Hochstein f69f364b90 Add GPL header and copyright 12 years ago
Lorin Hochstein 06d92f1103 Add htpasswd module
Add a new module for managing entries in an htpasswd file, used
for basic authentication with web servers such as Apache and Nginx
12 years ago
Michael DeHaan 6304b7e793 Merge pull request #3332 from jlaska/rhn_register_cfgfile_fix
rhn_register - Correctly load up2date configuration
12 years ago
James Laska 4311412b44 Correctly load up2date configuration
Previously, a configuration file name of None was being passed into
up2dateInitConfig().  This resulted in a correct configuration import,
but failed to properly save the configuration back to disk in the event
a different serverURL was supplied.  This change removes support for
customizing the up2date filename entirely, and relies on up2date to
choose the default config filename.
12 years ago
Michael DeHaan f42e3bf010 Merge pull request #3323 from lorin/rabbit-pw-force
Doc: rabbitmq_user pw change and force
12 years ago
Michael DeHaan da34aec0fe Merge pull request #3322 from stoned/hacking-env-setup
Handle login shell bash processes hence match $0 with "*bash"
12 years ago
Lorin Hochstein 1bcc60992c Doc: rabbitmq_user pw change and force
Document that need to add force=yes to change password of
existing user
12 years ago
Stoned Elipot 6d2e94966c Handle login shell bash processes hence match $0 with "*bash" 12 years ago
Michael DeHaan 64995bfc22 Merge pull request #3314 from benjixx/fix-digitalocean-arguments
fix wrong argument_spec in digital_ocean module
12 years ago
Dale Sedivec b32131c867 expanduser on each component of plug-in paths
ansible.constants was calling expanduser (by way of shell_expand_path)
on the entire configured value for the library and *_plugins
configuration values, but these values have always been interpreted as
multiple directories separated by os.pathsep.  Thus, if you supplied
multiple directories for one of these values, typically only the first
(at least on *nix) would have e.g. "~" expanded to HOME.

Now PluginLoader does expansion on each individual path in each of
these variables.
12 years ago
Benjamin Schwarze 31bc25063e fix wrong argument_spec in digital_ocean module
as 'required' and 'default' are mutually exclusive removed 'required' in preference of 'default'
12 years ago
Michael DeHaan c7c5ac1ab6 Merge pull request #3288 from espro/devel
Update ansible.cfg
12 years ago
espro 3eeacaba81 Updated ansible.cfg to be more consistent
Updated the example ansible.cfg to be more consistent in spacing/commented lines
12 years ago
espro a00c7b0c08 Comment remote_user in ansible.cfg
remote_user should not be set in example config. This file is used in rpm .spec for /etc/ansible/ansible.cfg
12 years ago
espro e2cf3b2d29 Update ansible.cfg
Previous commit made config invalid.
12 years ago
Michael DeHaan 995ef374db Fixup versions of newly added modules. 12 years ago
Michael DeHaan 85ef79443a Fix a documentation formatting warning. 12 years ago
Michael DeHaan 3f8aa8aec5 Fix up some module docs formatting errors. 12 years ago
Michael DeHaan 231d9b101d YAML fix 12 years ago
Michael DeHaan b72109a04b Merge pull request #3273 from jlund/ansiblecc-to-ansibleworkscom
Update all ansible.cc references in the documentation to point to ansibleworks.com
12 years ago
Michael DeHaan 727cee509c Merge branch 'PR_add_chdir_to_pip' of git://github.com/y-p/ansible into devel
Conflicts:
	library/packaging/pip
12 years ago
Michael DeHaan 4c51a6141b Merge remote branch 'origin/devel' into devel 12 years ago