Commit Graph

390 Commits (0.4)

Author SHA1 Message Date
Matt Goodall 8babac4856 Allow "=" in k-v values.
14 years ago
Matthew Williams 0844db4462 template path for handlers: include
14 years ago
Michael DeHaan 0de0a999ab Merge pull request #411 from mgwilliams/bug-fetch-module
14 years ago
Matthew Williams a8b494bab5 dim fetch dest after templating
14 years ago
Michael DeHaan d4cc8dc242 Fix hosts being in multiple groups, and duplicate host references in the same inventory file.
14 years ago
Michael DeHaan 5672d56189 Merge pull request #402 from denen99/devel
14 years ago
Adam Denenberg 03a3d74954 updated connection.py to have the same interface for exec_command on both LocalConnection and ParamikoConnection classes
14 years ago
Jeroen Hoekx 4f70245eb6 Arguments to setup module should be json.
14 years ago
Seth Vidal f5c6457de8 make sure private_key_file is hooked up in playbooks, too
14 years ago
Seth Vidal 94d7ceb21a add --private-key option and related infrastructure to make paramiko work
14 years ago
Daniel Néri 5338fabf20 In the template module, use utils.template_from_file instead of reimplementing it inline
14 years ago
Daniel Néri a5dc23b537 For utils.template_from_file, change 'no_engine' default to True
14 years ago
Daniel Néri c33cba3746 Set 'hostvars' before performing variable replacements
14 years ago
Michael DeHaan ada9033acd Squashed commit of the following, plus some streamlining (MPD).
14 years ago
Michael DeHaan 2ea7110c83 Reinstate raw module
14 years ago
Michael DeHaan 1864a480ba Do not read user's SSH config file because only reading it partially is confusing to everyone :)
14 years ago
Michael DeHaan 454e74620b Allow hosts not in inventory to override inventory with -i "host1,host2:port" etc, which is the original intent
14 years ago
Michael DeHaan 81b9240979 Merge pull request #363 from jhoekx/template-only-if
14 years ago
Jeroen Hoekx b1da61ae92 Fix correct variable expansion in includes only_if.
14 years ago
Michael DeHaan 4e65b537da Merge pull request #356 from jkleint/singleton-notify
14 years ago
John Kleint 03b887a53d Support single handlers for notify.
14 years ago
John Kleint 38a03aef6b Fix YAML hosts list.
14 years ago
Jeroen Hoekx b8573ab7d1 Support list indexing in varReplace.
14 years ago
Michael DeHaan b90c2356c3 Merge pull request #349 from jhoekx/template-unicode-fixes
14 years ago
cocoy f8244f3168 Fix for bug #264
14 years ago
Jeroen Hoekx c362a2e581 Fixup unicode varReplace templating.
14 years ago
Stephen Fromm 5e5b4a90dc Fix for sudo to another non-root user (issue #353)
14 years ago
Michael DeHaan abb391f3fd Merge pull request #362 from jhoekx/uppercase-vars
14 years ago
John Kleint 0956aa96f4 Don't read from Paramiko's stderr since there isn't one.
14 years ago
Jeroen Hoekx 0b5b44858e Allow camelCase variables in varreplace.
14 years ago
Michael DeHaan 6119988934 override-hosts is gone since we can't load inventory for hosts (so it's not an whitelist), but we can
14 years ago
Michael DeHaan 7f6add670e Merge pull request #346 from jhoekx/improve-varreplace
14 years ago
Jeroen Hoekx a7599954a3 Make no_engine the default templating action.
14 years ago
Jeroen Hoekx 53bde0bf51 Support nested variables in varReplace.
14 years ago
Jeroen Hoekx 55fbc95243 Preserve trailing newline after templating.
14 years ago
Matthew Williams a07f69cd54 Template dest and src parameters
14 years ago
Michael DeHaan 9b587d4458 Merge pull request #339 from mgwilliams/feature-unicode
14 years ago
Matthew Williams b89d8db7ce removed debug code
14 years ago
Matthew Williams efde61e537 allow unicode (utf8) characters in jinja templates
14 years ago
Michael DeHaan dd5f535925 Be able to use --extra-vars to set the hosts variable
14 years ago
Michael DeHaan 0abca68998 Since host variables are becoming important, it did not make sense to sustain --override-hosts, with the ability
14 years ago
Michael DeHaan b2485850bf Revert "fix indentation"
14 years ago
Michael DeHaan 893bf90627 Revert "fix the get_hosts() error in get_groups returning a dict not a list of group objects"
14 years ago
Michael DeHaan a54d9f66e6 Merge pull request #329 from skvidal/devel
14 years ago
Jeroen Hoekx 1d28212f86 Inventory: undefined group -> ungrouped.
14 years ago
Jeroen Hoekx 3b40158961 Inventory: support list of vars in host.
14 years ago
John Kleint db65cf5a90 Fix non-sudo execution, add --sudo-user to ansible-playbook.
14 years ago
Seth Vidal 42b55a07cd fix indentation
14 years ago
Seth Vidal f41fb90d78 fix the get_hosts() error in get_groups returning a dict not a list of group objects
14 years ago
Michael DeHaan 4694c3fbba Fixup the previous sudo_user support patch to work with playbooks.
14 years ago