Commit Graph

9964 Commits (c24d4acb2a80abc4ee14b9a0760ea8c2b13f312c)
 

Author SHA1 Message Date
Matt Martz c328cdbb53 Missed prefixed variable attribute 12 years ago
Brian Coca 35980ef329 making pylint happier
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Brian Coca c2c0d9bcd7 corrected my grammar (again Mikhail)
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Brian Coca 555f12c59a did some minor refactoring on docs and fixed spelling mistakes (thanks
Mikhail)
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Jasper N. Brouwer a52ca73167 Swapped conditions of the changed if statements 12 years ago
Michael DeHaan 643690ffec Remove depedency of lookup plugin on setting in ansible.cfg 12 years ago
Michael DeHaan 5b3c796641 Update constants.py
Lookup plugins for optional web services do not warrant advertising in ansible.cfg.
12 years ago
Michael DeHaan 7490e3d61e Update ansible.cfg
Lookup plugins do not warrant settings in ansible.cfg.
12 years ago
Michael DeHaan 8169b50050 Merge pull request #5382 from a-sk/devel
Remove quotes aroung etcd_url value
12 years ago
Michael DeHaan f34b64b5b8 Merge pull request #5385 from tgerla/docsfixes
minor typo fixes for the rolling update guide
12 years ago
Tim Gerla c89381fa2e minor typo fixes for the rolling update guide 12 years ago
Michael DeHaan d3cc5bd649 Merge pull request #5384 from sfromm/cleantmpdir
Make sure action plugin copy cleans up tmp dir
12 years ago
Stephen Fromm 833e1f6e2a Make sure action plugin copy cleans up tmp dir
The copy action plugin creates its own tmp dir for each file that it
copies to the target machine.  However, it does not clean up the
original tmp path it was given when run() is called.  This cleans up the
tmp path before it begins looping on source files.
12 years ago
Janitha Karunaratne fd037f5960 Fixes #5381 easy_install bug when used with virtualenv 12 years ago
a-sk 29a3bb744e Remove quotes aroung etcd_url value
I get errors like this with etcd_url = 'http://127.0.0.1:4001':
urllib2.URLError: <urlopen error unknown url type: 'http>
12 years ago
Michael DeHaan d6ea5be20f Various syntax and layout things, add Galaxy to docs 12 years ago
Michael DeHaan d481b6e686 Some slight tweaks to the continuous delivery docs. 12 years ago
Michael DeHaan 12e61b6c32 Merge branch 'lamp_tutorial' of git://github.com/tgerla/ansible into devel 12 years ago
Michael DeHaan 08792be98e Some minor tweaks to make things a little more tutorial-like, moved credentials section up higher, etc. 12 years ago
Michael DeHaan de24a40cde Wrap lines a bit tighter for easier editing. 12 years ago
John Barker d607f2ccf5 Add some blank lines in help to add readability 12 years ago
Michael DeHaan bb165f423d Merge branch 'rax-guide' of git://github.com/sivel/ansible into devel 12 years ago
David Hummel bd67c6756a Add rule group_name parameter whose value can reference containing group name. 12 years ago
John Barker ed858f9f72 Display context appropriate help and inform the user they can do '--help
<command>
12 years ago
James Tanner 95d1cda5d2 Add 1.4.3 release information to CHANGELOG 12 years ago
James Tanner fd96bcbb67 Update released version in the docsite index page 12 years ago
jctanner fd184534bf Merge pull request #5371 from sivel/loops-register-doc-fix
Fix rst warnings in playbooks_loops.rst
12 years ago
James Tanner 43a1e503c3 Set default role license to BSD 12 years ago
Brian Coca 821aa432a6 corrected indentation and now handles non existing previous key (not
just changed existing)

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Matt Martz 1e1a943a6e Fix rst warnings in playbooks_loops.rst 12 years ago
Matt Martz 22dd1590df Add guide_rax.rst 12 years ago
James Tanner c37fa5ddce Use os.pathsep to split roles_path instead of a colon 12 years ago
James Tanner 82d145534c Split roles_path on colon separators and use the first path for the installation path 12 years ago
James Tanner 904ba869cc Create a default README.md with ansible-galaxy init 12 years ago
James Cammarata 0d4294da42 Don't create main.yml in files/templates directories on galaxy init 12 years ago
James Tanner a14d1ca485 Addresses #5364 urllib quote role names 12 years ago
dparalen 6bf5d664dc allow per-host sudo operation 12 years ago
Michael DeHaan 2a9fd98f41 Merge pull request #5365 from resmo/fix/ansible-galaxy
setup.py: fix ansible-galaxy was not installed when using make install
12 years ago
Rene Moser dc40c406c6 setup.py: fix ansible-galaxy was not installed when using make install 12 years ago
Brian Coca b45fb649ee now handles default and allaows for either shorthand entry or specific
fields per entry section

the default option works both when added to entry or as stand alone.
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Joseph Tate e868d00472 Add capability check for parameters on request_spot_instances 12 years ago
Brian Coca 307ab1f561 and it was supposed to be a dict
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Brian Coca fd78916a73 fixed typo for showing diff
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
jctanner d505586b34 Merge pull request #5360 from succhiello/feature/fix_galaxy_init_path_exists_msg
add var for format.
12 years ago
Brian Coca 175d6346a2 debconf package
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
James Tanner ebeaf785b5 Revert "Fixes #3973 live output for ansible-pull"
This reverts commit 3b2a35ae00.
12 years ago
James Tanner 3b2a35ae00 Fixes #3973 live output for ansible-pull
Add a -v/--verbose option to ansible-pull to allow passing -vvvv to
ansible-playbook and to show stdout while the playbook executes
12 years ago
kiri a97e60c63f add var for format. 12 years ago
James Cammarata afa8f36f6b Default deps list in ansible-galaxy template to an empty list 12 years ago
James Tanner 993e0f057e Allow for no role dependencies in role metadata 12 years ago