- 29 Jan, 2014 23 commits
-
-
Added info on --skip-tags to tags documentation.
jctanner committed -
Using dict(k=v) means the key was always named 'k', as the variable is not interpreted there. Fixes #5801
James Cammarata committed -
Mention shell module in command documentation
jctanner committed -
Update wait_for documentation - remove extra quote
jctanner committed -
Fixed typo
jctanner committed -
Used the twice in a row
Czachur committed -
Fix broken Tower links
jctanner committed -
Torstein Saltvedt committed
-
Stefhen Hovland committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Also note AWX is named "Tower" now, as we found that simpler.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan 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
-
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 9 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
-
Users who use the command module for pretty much all shell commands may be stymied when they try using a command with <, >, $VAR, etc., and not know that they can use the `shell` module instead. This documentation fix clarifies this.
Jeff Geerling 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
-