ansible/lib/ansible
Stephen Fromm fa9bfbba13 Fix for sudo to another non-root user (issue #353)
mktemp creates the temp directory 700 only.  If the sudo-user is not
root, the other user will not be able to run the command (Permission
denied error).  This adds the executable bit for all on the temp
directory.
2012-05-11 11:48:31 -07:00
..
__init__.py Version bump for integration branch (soon to be renamed 'devel'), didn't update package 2012-04-23 21:14:48 -04:00
callbacks.py Async: print one poll message per polling cycle. 2012-05-01 18:38:26 -04:00
connection.py Don't read from Paramiko's stderr since there isn't one. 2012-05-11 10:53:35 -04:00
constants.py first bit of getting sudo -u functionality 2012-05-06 18:24:44 -04:00
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
group.py Since host variables are becoming important, it did not make sense to sustain --override-hosts, with the ability 2012-05-07 23:16:20 -04:00
host.py Add tests for new advanced inventory features (groups of groups, group variables) in the default INI format file. 2012-05-06 18:01:11 -04:00
inventory.py override-hosts is gone since we can't load inventory for hosts (so it's not an whitelist), but we can 2012-05-09 21:53:09 -04:00
inventory_parser.py Inventory: undefined group -> ungrouped. 2012-05-08 09:44:59 +02:00
inventory_parser_yaml.py Inventory: support list of vars in host. 2012-05-08 09:44:29 +02:00
inventory_script.py Add missing file 2012-05-06 18:02:53 -04:00
playbook.py Merge pull request #356 from jkleint/singleton-notify 2012-05-10 17:04:54 -07:00
runner.py Fix for sudo to another non-root user (issue #353) 2012-05-11 11:48:31 -07:00
utils.py Allow camelCase variables in varreplace. 2012-05-11 14:14:53 +02:00