Commit Graph

5679 Commits (807f3e76dbfac7ce04f9c64b872066bc9d105c19)
 

Author SHA1 Message Date
Evan Wies 807f3e76db Add DigitalOcean inventory plugin
Intended to complement the recently added digital_ocean module.
11 years ago
Michael DeHaan 27d90e9003 Merge pull request #3353 from j2sol/typo
Remove a trailing quote
11 years ago
Jesse Keating 95326ce41b Remove a trailing quote 11 years ago
Michael DeHaan 0a10727652 Merge pull request #3350 from billwanjohi/devel
validate files: fix usage error in example tasks
11 years ago
Michael DeHaan f3093cbb1a Fixup previous apt_key patch to enable file based modes to work. 11 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.
11 years ago
Michael DeHaan d9eca9182e Merge pull request #3349 from tgerla/fixec2
ec2 inventory plugin: fix whitespace around connection validity test
11 years ago
Tim Gerla 57b72d242a ec2 inventory plugin: fix whitespace around connection validity test 11 years ago
Michael DeHaan 6853553310 Merge pull request #3343 from j2sol/add_host_changed
add_host should not be a changed action
11 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.
11 years ago
Michael DeHaan 6304b7e793 Merge pull request #3332 from jlaska/rhn_register_cfgfile_fix
rhn_register - Correctly load up2date configuration
11 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.
11 years ago
Michael DeHaan f42e3bf010 Merge pull request #3323 from lorin/rabbit-pw-force
Doc: rabbitmq_user pw change and force
11 years ago
Michael DeHaan da34aec0fe Merge pull request #3322 from stoned/hacking-env-setup
Handle login shell bash processes hence match $0 with "*bash"
11 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
11 years ago
Stoned Elipot 6d2e94966c Handle login shell bash processes hence match $0 with "*bash" 11 years ago
Michael DeHaan 64995bfc22 Merge pull request #3314 from benjixx/fix-digitalocean-arguments
fix wrong argument_spec in digital_ocean module
11 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'
11 years ago
Michael DeHaan c7c5ac1ab6 Merge pull request #3288 from espro/devel
Update ansible.cfg
11 years ago
espro 3eeacaba81 Updated ansible.cfg to be more consistent
Updated the example ansible.cfg to be more consistent in spacing/commented lines
11 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
11 years ago
espro e2cf3b2d29 Update ansible.cfg
Previous commit made config invalid.
11 years ago
Michael DeHaan 995ef374db Fixup versions of newly added modules. 11 years ago
Michael DeHaan 85ef79443a Fix a documentation formatting warning. 11 years ago
Michael DeHaan 3f8aa8aec5 Fix up some module docs formatting errors. 11 years ago
Michael DeHaan 231d9b101d YAML fix 11 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
11 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
11 years ago
Michael DeHaan 4c51a6141b Merge remote branch 'origin/devel' into devel 11 years ago
Michael DeHaan 010440dc47 Merge pull request #3114 from laggyluke/roles_combine_vars
Added basic support for hash_behaviour=merge in roles
11 years ago
Michael DeHaan 200bd75426 Merge pull request #3149 from blandonnimrat/devel
added error checking on connect_to_region() in ec2.py
11 years ago
Michael DeHaan 49eb772667 Update changelog 11 years ago
Michael DeHaan 4c43264033 Various code reformatting 11 years ago
Michael DeHaan db94171f5b Merge branch 'rds' of git://github.com/bpennypacker/ansible into rds 11 years ago
Michael DeHaan 2ed9b52481 Quote some strings in the docs 11 years ago
Michael DeHaan 3570c191c0 Update changelog 11 years ago
Michael DeHaan dbbb2bc269 Merge remote branch 'origin/devel' into devel 11 years ago
Michael DeHaan e1abda42a9 Merge pull request #3171 from mynameisdaniil/devel
Adds 'groups' field into ec2 plugin
11 years ago
Michael DeHaan 3060e66e77 Update CHANGELOG 11 years ago
Michael DeHaan 7b7cd855c4 Merge pull request #3091 from sdossett/with_inventory_hostnames
with_inventory_hostnames inventory based lookup plugin
11 years ago
Michael DeHaan fc45470162 Merge branch 'with_inventory_hostnames' of git://github.com/sdossett/ansible into inv_hostnames 11 years ago
Michael DeHaan c80ad67d7e Merge pull request #3226 from jpmens/ini_file2
ini_file: add support for lists of options/values
11 years ago
Michael DeHaan b1596073c5 update changelog 11 years ago
Michael DeHaan 2e680019c9 Merge remote branch 'origin/devel' into devel 11 years ago
Michael DeHaan faaa90ed03 Merge branch 'ocean' into devel
Conflicts:
	library/cloud/digital_ocean
11 years ago
Michael DeHaan c9c45ac597 Reformat examples 11 years ago
Vincent Viallet cc1cb01540 Rename digital ocean module to digital_ocean, add documentation. 11 years ago
Vincent Viallet 66b5689afb Ensure an existing ssh-key returns useful information (id + name) instead of a string; this way it can be used to register a variable to use in a later task. 11 years ago
Vincent Viallet 60d1ff125e Add digital-ocean cloud support. 11 years ago
Michael DeHaan f9a09e10e5 Merge branch 'digitalocean' of git://github.com/devo-ps/ansible into ocean 11 years ago