- 11 Jun, 2015 22 commits
-
-
now with_times: barestring, will error out in test
Brian Coca committed -
brought back terms testing as with_ is not only way to call and we cannot guarantee terms is a list otherwise.
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Fixes #11235
Toshio Kuratomi committed -
Brian Coca committed
-
comment to ec2.ini inventory instances grouping
Brian Coca committed -
Re-introduce ssh connection private key support
Brian Coca committed -
changelog: add cs_network
Brian Coca committed -
Warning about usage boto+ec2.ini
sirkubax committed -
René Moser committed
-
this way we don't need a break per distro that matched already with the python default functions
Brian Coca committed -
- now obeys global undefined var setting and allows override (mostly for with_ ) - moved environment instanciation to init instead of each template call - removed hardcoded template token matching and now use actually configured tokens, now it won't break if someone changes default configs in ansible.cfg - made reenetrant template calls now pass the same data it got, dictionary and lists were loosing existing and new params - moved fail_on_undeinfed parameter to template call, as it should only realky be set to false on specific templates and not globally - added overrides, which will allow template to implement jinja2 header override features - added filter list to overrides to disallow possibly insecure ones, TODO: check if this is still needed as facts should not be templated anymore - TODO: actually implement jinja2 header overrides
Brian Coca committed -
made sure it does not fail on undefined
Brian Coca committed -
Brian Coca committed
-
added playbook path lookup
Brian Coca committed -
simplified function, always attempt to template, always check if string before return, should avoid most cases of strings being passed to lookups
Brian Coca committed -
Part fix for https://github.com/ansible/ansible-modules-core/issues/1404 (replaces #11086)
Brian Coca committed -
Update playbooks_vault.rst
Brian Coca committed
-
- 10 Jun, 2015 13 commits
-
-
As of 1.9 at least, you may specify a password file in your ansible.cfg and not have to extend your playbook calls with vault flags.
Philip Stephens committed -
cloudstack: cleanup, remove unused parts
Brian Coca committed -
Rene Moser committed
-
Rene Moser committed
-
Brian Coca committed
-
Brian Coca committed
-
Rene Moser committed
-
Rene Moser committed
-
ansible-pull: Add option to verify gpg signature of a commit
Brian Coca committed -
Add option '--verify-commit' to verify a GPG signature of the checked out commit. As noted in the git module documentantion, this requires git version >= 2.1.0
Dionysis Grigoropoulos committed -
Update README.md
Brian Coca committed -
There are over 1000 contributors now :)
Artur Cygan committed -
Brian Coca committed
-
- 09 Jun, 2015 5 commits
-
-
changed pull to reflect this
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
added missing cmd_functions with run_cmd, mostly for ansible pull
Brian Coca committed -
Remove duplicated "By default" in docs
Brian Coca committed
-