- 29 Jan, 2014 7 commits
-
-
Richard C Isaacson committed
-
Richard C Isaacson committed
-
Richard C Isaacson committed
-
Richard C Isaacson committed
-
Richard C Isaacson committed
-
Richard C Isaacson committed
-
Richard C Isaacson committed
-
- 28 Jan, 2014 8 commits
-
-
In particular, do not rely on the $USER environment variable always existing. tmux for example seems to clear it, causing lots of invalid messages: "previous known host file not found" This broke in commit 80fd22dc, but instead of reverting that commit, we now fall back to expanding just ~ when $USER is not set.
Heikki Hokkanen committed -
be permissive with BSD with service enabled upper/lower/mixed cases
James Cammarata committed -
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
su_user_var. My last PR was only half merged, and when the bug fix for the su/su_pass typo was merged, the removed line in this commit was mistakenly reintroduced.
Adam Heath committed -
James Tanner committed
-
James Tanner committed
-
Added ability to create EC2 volume from snapshot
jctanner committed
-
- 27 Jan, 2014 14 commits
-
-
Add skip_tags to ansible-playbook man page
Michael DeHaan committed -
Matthew Phipps committed
-
James Tanner committed
-
git://github.com/Geryon/ansible
Merge branch 'feat/ec2_start_stop' of git://github.com/Geryon/ansible into Geryon-feat/ec2_start_stop
James Tanner committed -
James Cammarata committed
-
Adam Heath committed
-
Fix exception being thrown for new instance registration with ELB
jctanner committed -
sysctl: parse bool value as 0/1 and refactor a little bit
jctanner committed -
ec2_group: rules can't reference containing group fix #5309
jctanner committed -
Jakub Jirutka committed
-
Fixing traceback caused by incorrect argument passing to json.dumps
James Cammarata committed -
Fixes #5756
James Cammarata committed -
Added the ability to add EBS volumes to EC2 instances at creation time
jctanner committed -
Currently if we are trying to register an instance that has not yet been registered with the elb an exception is thrown.
Mohan Krishnan committed
-
- 26 Jan, 2014 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Fixing *_plugins configuration names and values
Michael DeHaan committed
-
- 25 Jan, 2014 3 commits
-
-
Based on reading of Developing Plugins and the example ansible.cfg file, it seems the sections changed here were created in error by a copy and paste.
Micheil Smith committed -
This allows a volume to be cloned from a snapshot, a brand new volume to be created, or an ephemeral volumes to be associated at time of instance creation. This avoids any race conditions associated with creating extra volumes after instance creation (e.g. writes happening before the volume is mounted). In addition, this allows the root volume to be edited
willthames committed -
Minor documentation fixes.
Michael DeHaan committed
-
- 24 Jan, 2014 3 commits
-
-
Fixes 5397
James Cammarata committed -
James Cammarata committed
-
James Tanner committed
-