Michael DeHaan
40d790f6b9
Add who uses to git
2012-07-25 23:36:14 -04:00
Michael DeHaan
e15da1563b
Rebuild
2012-07-25 23:34:20 -04:00
Michael DeHaan
a4004e50df
Rebuild
2012-07-25 23:34:02 -04:00
Michael DeHaan
0ca377eea4
Build + cleanup who uses page
2012-07-25 23:33:47 -04:00
Michael DeHaan
69e8b75dc3
Merge pull request #151 from lorin/apt-get-update
...
Document that apt-cache=yes is equivalent to apt-get update.
2012-07-26 07:51:42 -07:00
Michael DeHaan
6491e0a1fb
Merge pull request #150 from Lennie/patch-1
...
Update index.html
2012-07-26 07:50:26 -07:00
Michael DeHaan
f187227cb6
Merge pull request #146 from lorin/git-nobranch
...
Remove branch arg from git docs.
2012-07-26 06:05:40 -07:00
Lorin Hochstein
1694146c2d
Document that apt-cache=yes is equivalent to apt-get update.
2012-07-26 08:57:09 -04:00
Lorin Hochstein
769ea7aefc
Document the 'remote' argument for the git module.
2012-07-26 08:53:05 -04:00
Lennie
5a58eb16c0
Update index.html
...
I propose this quote from the mailinglist should go in the "What People Are Saying" section.
2012-07-26 15:34:12 +03:00
Michael DeHaan
2f71eb0366
Merge pull request #140 from ludovicc/master
...
Document sudo_user in playbook
2012-07-25 18:48:08 -07:00
Michael DeHaan
f131a7da36
Merge pull request #145 from lorin/link-to-setup
...
Add link to setup module when ansible vars first referenced.
2012-07-25 18:45:59 -07:00
Michael DeHaan
19fc8eea80
Things that happen inside multiprocessing shouldn't make side effects, ergo append ansible_facts only
...
in playbook code.
This technically means with_items calls can't continuously add facts I guess, but I can't see anyone
ever trying that.
2012-07-25 21:30:49 -04:00
Michael DeHaan
51739fc47d
update changelog
2012-07-25 21:05:01 -04:00
Michael DeHaan
da4562f495
changes to not clear the setup cache between runs, and also decide to run plays with no tasks
...
in them if it looks like they are not tagged, because if that is the case, then we may just
be gathering facts about them.
2012-07-25 20:45:51 -04:00
Michael DeHaan
f371092845
rm stray comment
2012-07-25 20:31:57 -04:00
Michael DeHaan
e035ce97ce
blue on black, tears on a river, push on a shove, it don't mean much
...
(make colorized playbook runs not suck on black terminals)
2012-07-25 20:31:26 -04:00
Michael DeHaan
2030f82bf2
Further standardize the yum module
2012-07-25 20:14:15 -04:00
Michael DeHaan
1584eda3f8
Merge pull request #684 from nix85/fix_yum_mod
...
Standardizing the yum module
2012-07-25 17:33:55 -07:00
Michael DeHaan
355bfc6d21
Update README.md
2012-07-25 20:31:22 -03:00
Michael DeHaan
4825c0f9c0
Update README.md
2012-07-25 20:29:46 -03:00
Michael DeHaan
616cfd27b2
Update README.md
2012-07-25 20:29:13 -03:00
Michael DeHaan
d7a7b6cb59
Update README.md
2012-07-25 19:54:20 -03:00
Michael DeHaan
6eabfa0749
Update README.md
2012-07-25 19:34:14 -03:00
Michael DeHaan
a87f46727b
Update README.md
2012-07-25 19:28:46 -03:00
Michael DeHaan
f39ab48239
Update README.md
2012-07-25 19:28:21 -03:00
Michael DeHaan
726d0bd79f
Update README.md
2012-07-25 19:25:20 -03:00
Michael DeHaan
d3aaecba43
Initial commit
2012-07-25 15:03:43 -07:00
Mark Theunissen
12979cf834
Change modules to use credentials in my.cnf if they are available
2012-07-25 16:31:12 -05:00
Lorin Hochstein
def22a9cf0
Remove branch arg from git docs.
...
The "branch" arg doesn't work, users should use "version" instead
for specifying branches.
2012-07-25 17:18:31 -04:00
Lorin Hochstein
dfd60149c0
Add link to setup module when ansible vars first referenced.
...
Add a cross-reference link to the setup module documentation, so
users know where to look to find more detail about what ansible
variables are available.
2012-07-25 15:21:42 -04:00
Michael DeHaan
fcd02e45a2
Merge pull request #686 from sfromm/fixassemble
...
More cleanup in assemble module for module magic (tm)
2012-07-25 11:47:17 -07:00
Michael DeHaan
101c4084f2
Merge pull request #687 from lorin/save-name-args
...
Save module name and args when processing list of items.
2012-07-25 11:46:23 -07:00
Lorin Hochstein
b63a3bd0c7
Save module name and args when processing list of items.
...
This is necessary because daisy-chained modules will overwrite
these values.
2012-07-25 13:26:07 -04:00
Stephen Fromm
40eaf282ea
More cleanup in assemble module for module magic (tm)
2012-07-25 09:24:10 -07:00
Nikhil Singh
b47bed9601
Standardizing the yum module
2012-07-25 19:45:41 +05:30
Michael DeHaan
8d7f526df6
importing/not-importing methods should be colorized
2012-07-24 20:41:24 -04:00
Michael DeHaan
d3e8e8ff54
Fix output message
2012-07-24 20:37:27 -04:00
Michael DeHaan
c16b691883
Copy module needs to use src as transfer path.
2012-07-24 20:35:10 -04:00
Michael DeHaan
263432daa1
Changed no hosts to red. Not sure this is the right color choice, but there is no orange :)
2012-07-24 20:21:49 -04:00
Michael DeHaan
82cca242e3
use AnsibleError so that if there is an error it does not print a traceback
2012-07-24 20:16:35 -04:00
Michael DeHaan
8fa4dc3920
Small change to previous patch, make ranges of hosts inclusive.
2012-07-24 20:10:05 -04:00
Michael DeHaan
416b8d59a9
Merge branch 'devel' of https://github.com/fangchin/ansible into devel
2012-07-24 19:57:51 -04:00
Michael DeHaan
6a0326b6d0
changelog update
2012-07-24 19:57:21 -04:00
Michael DeHaan
15062b38e1
Fix typo
2012-07-24 19:50:16 -04:00
Michael DeHaan
772e241d1f
shorten up the assemble module
2012-07-24 19:44:53 -04:00
Michael DeHaan
f787cda7be
Merge pull request #675 from jpmens/assemble1
...
convert sfromm's assemble to module-magic
2012-07-24 16:41:25 -07:00
Michael DeHaan
12ff9b5b9a
Move color coding bits to module, use over rest of playbook
2012-07-24 19:30:02 -04:00
Michael DeHaan
f4a4649086
Port async_status to use the new common code.
2012-07-24 19:03:18 -04:00
Michael DeHaan
45354c6be5
Port command module over to new common code. Notice that this has to subclass AnsibleModule -- this should be the only
...
one that has to do that.
2012-07-24 18:52:52 -04:00