Michael DeHaan
0ed2595bc6
Merge pull request #1548 from dagwieers/inventory-host-exception
...
Fix for an exception when for whatever reason the inventory script fails
12 years ago
Michael DeHaan
43410c46f9
Merge pull request #1550 from bcoca/1549_lininfile_backup_bug
...
fixes #1549
12 years ago
Stephen Fromm
49d41da152
Use supplied remote name when cloning git repository
12 years ago
Stephen Fromm
328951ef53
Checkout branch before rebase in switch_version
12 years ago
Stephen Fromm
ccc04cf891
More work in git module
...
Rename pull() to fetch(). It does a git fetch and then a
git fetch --tags.
Add _run() method to handle all subprocess.Popen calls. Change
all previous calls to subprocess.Popen to use _run().
12 years ago
Brian Coca
5ea260f44b
fix case in which file is created and backup is requested but fails, not it just doesn't attempt to backup the missing file
...
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
12 years ago
Dag Wieers
c9e62d7061
Fix for an exception when for whatever reason the inventory script fails
...
This avoids a traceback that gave no clue as to what was happening.
This is in line with the change from #1535
12 years ago
Dag Wieers
dfa1e8b0dc
Bail out if an action is not a string
...
Since YAML allows anything, we should enforce that actions are strings.
This closes #1419 .
12 years ago
Dag Wieers
82ec405b05
Don't require thirsty mode for directory destination
...
There is no need to require thirsty mode when the destination is a directory. We add the basename of the url to the destination directory and proceed with that. If that file exists in non-thirsty mode continue as expected.
I also cleaned up some of the logic that is no longer necessary if we simply rewrite the destination from the very start the way it is expected.
12 years ago
Michael DeHaan
75d3b77454
Merge pull request #1535 from dagwieers/inventory-exception
...
Fix for an exception when for whatever reason the inventory script fails
12 years ago
Michael DeHaan
8bd56926f1
Merge pull request #1544 from pas256/devel
...
Adding more instance groups
12 years ago
Michael DeHaan
7cd013f854
Merge pull request #1542 from arrfab/xen-fact-issue
...
Fixed the way dom0/domU xen role is defined in the setup module
12 years ago
Peter Sankauskas
aa0434535e
Adding 2 more groups of instances - instance types and key pairs
12 years ago
Fabian Arrotin
29882f97e6
Fixed the way dom0/domU xen role is defined in the setup module
12 years ago
Michael DeHaan
1b8d912d2a
Merge pull request #1541 from dhozac/fix-first_available_file
...
Fix first_available_file and add test-case
12 years ago
Daniel Hokka Zakrisson
40af8eff14
Add testcase for first_available_file
12 years ago
Daniel Hokka Zakrisson
00aa584c57
Don't double dwim first_available_file in template
12 years ago
Michael DeHaan
89b7fe663f
Merge pull request #1537 from sfromm/issue1536
...
Fix to user module to use self when calling group_exists
12 years ago
Stephen Fromm
2fab846f17
Fix to user module to use self when calling group_exists
12 years ago
Dag Wieers
89206a6b68
Fix for an exception when for whatever reason the inventory script fails
...
This avoids a traceback that gave no clue as to what was happening.
12 years ago
Michael DeHaan
c13f40f516
Merge pull request #1530 from dagwieers/mail-fixes
...
Improve the mail callback to support differing failures
12 years ago
Michael DeHaan
ac6f67b592
Merge pull request #1533 from dhozac/fireball-leaking-socket
...
Keep fireball from spreading its socket around
12 years ago
Daniel Hokka Zakrisson
cf290a0064
Keep fireball from spreading its socket around
12 years ago
Dag Wieers
8323a03fa1
Improve the mail callback to support differing failures
...
Since callbacks are called with different argument-types, we have to be careful. We support two different distinct cases:
- The error information can be in one ore more of the following items (msg, stderr or stdout)
- The res/msg value returned can be a string or a list
12 years ago
fdavis
b1dbeec66c
Allows use of scp instead of sftp in
...
Added a boolean constant scp_if_ssh to the config
Added scp support for the ssh connection plugin
Refers to #1279
12 years ago
Jeroen Hoekx
67321a6012
Add ansible.runner.filter_plugins package to setup.py
12 years ago
Jeroen Hoekx
8ffed6df75
Support custom jinja2 filters.
...
This uses the plugin framework to add filter plugins.
The previously hardcoded core filters are defined using the plugin
framework now.
12 years ago
Michael DeHaan
37bdee331c
Merge pull request #1523 from nigelm/user_fixes
...
Fixes to the user module
12 years ago
Nigel Metheringham
5b076b086b
Split of rpm packaging into main/fireball/node-fireball
...
Splitting of the packaging so that fireball mode, with the
additional requirements of 0mq, is separately packaged.
Also a end node fireball support package (reqs only).
12 years ago
Nigel Metheringham
f905e751ac
FreeBSD user mod only fires when there are changes
...
Also fix missing -G on groups change
12 years ago
Nigel Metheringham
1ab1c8d374
Take SHADOWFILE from existing user object rather than class
12 years ago
Nigel Metheringham
75a2b2ba2d
Use the existing framework when running ssh_keygen
12 years ago
Nigel Metheringham
19402a47cd
Ensure user owns their ssh key directory on creation
...
Lost section from commit 8049777
12 years ago
Michael DeHaan
793df5d4d9
Update changelog
12 years ago
Michael DeHaan
aa0af271d6
Quote some stuff in docs
12 years ago
Michael DeHaan
5bda1fc6cc
Fix broken link
12 years ago
Michael DeHaan
6f938c9f4c
Merge branch 'playbook_ssh_ask_pass' of git://github.com/clatour/ansible into devel
...
Conflicts:
examples/ansible.cfg
+ doc tweak
12 years ago
Michael DeHaan
908c43ad7f
Merge branch 'devel' of git://github.com/skorokithakis/ansible into devel
12 years ago
Michael DeHaan
ac3983a249
revise docs text
12 years ago
Michael DeHaan
fea6742a27
Merge branch 'docsite' of git://github.com/arrfab/ansible into devel
12 years ago
Michael DeHaan
05de2152a0
Merge branch 'sudo_ask_pass_config' of git://github.com/bcoca/ansible into devel
12 years ago
Michael DeHaan
154a00e612
Merge branch 'plugin-sanity' of git://github.com/dhozac/ansible into try_new_plugins
12 years ago
Michael DeHaan
d639844923
Merge branch 'service_bsd' of git://github.com/bcoca/ansible into devel
12 years ago
Michael DeHaan
970d06e03b
Fix user example
12 years ago
Michael DeHaan
6a5df97393
Manpage documentation ALSO should be sorted
12 years ago
Michael DeHaan
626203a7c9
Module documentation should have options sorted
12 years ago
Michael DeHaan
c96f2c968e
Merge branch 'nigelm_freebsd' of git://github.com/nigelm/ansible into merge-service
...
Make things more reusable, correct some errors along the SSH key path
Conflicts:
library/user
12 years ago
Michael DeHaan
49ad8631b4
Merge pull request #1517 from skvidal/devel
...
if a module returns failed in the results, don't fail unless failed is n...
12 years ago
Seth Vidal
e19c81977d
if a module returns failed in the results, don't fail unless failed is not false.
12 years ago
Chandler Latour
f436a8c88b
Added config option for default ask for ssh_pass
12 years ago