- 24 Jun, 2013 3 commits
-
-
Add a new module for managing entries in an htpasswd file, used for basic authentication with web servers such as Apache and Nginx
Lorin Hochstein committed -
rhn_register - Correctly load up2date configuration
Michael DeHaan committed -
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.
James Laska committed
-
- 23 Jun, 2013 4 commits
-
-
Doc: rabbitmq_user pw change and force
Michael DeHaan committed -
Handle login shell bash processes hence match $0 with "*bash"
Michael DeHaan committed -
Document that need to add force=yes to change password of existing user
Lorin Hochstein committed -
Stoned Elipot committed
-
- 22 Jun, 2013 2 commits
-
-
fix wrong argument_spec in digital_ocean module
Michael DeHaan committed -
as 'required' and 'default' are mutually exclusive removed 'required' in preference of 'default'
Benjamin Schwarze committed
-
- 20 Jun, 2013 31 commits
-
-
Update ansible.cfg
Michael DeHaan committed -
Updated the example ansible.cfg to be more consistent in spacing/commented lines
espro committed -
remote_user should not be set in example config. This file is used in rpm .spec for /etc/ansible/ansible.cfg
espro committed -
Previous commit made config invalid.
espro committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Update all ansible.cc references in the documentation to point to ansibleworks.com
Michael DeHaan committed -
-
Michael DeHaan committed
-
Added basic support for hash_behaviour=merge in roles
Michael DeHaan committed -
added error checking on connect_to_region() in ec2.py
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Adds 'groups' field into ec2 plugin
Michael DeHaan committed -
Michael DeHaan committed
-
with_inventory_hostnames inventory based lookup plugin
Michael DeHaan committed -
ini_file: add support for lists of options/values
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Conflicts: library/cloud/digital_ocean
Michael DeHaan committed -
Michael DeHaan committed
-
Vincent Viallet committed
-
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.
Vincent Viallet committed -
Vincent Viallet committed
-