summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unicode and other fixes for vaultfix-vault-unicodeToshio Kuratomi2015-08-254-105/+125
* Comments pointing the way towards substituting cryptography for pycryptoToshio Kuratomi2015-08-242-0/+4
* added 3 vmware pluginsBrian Coca2015-08-241-0/+3
* added vmware_dns_config to changelogBrian Coca2015-08-241-0/+1
* now does not error out when notes are not included in moduleBrian Coca2015-08-241-1/+1
* added vmware_cluster to changelogBrian Coca2015-08-241-0/+1
* added ec2_elb_facts to changelogBrian Coca2015-08-241-0/+1
* Validate required list items are not None or empty stringsJames Cammarata2015-08-241-0/+3
* Merge pull request #12058 from resmo/for-ansibleBrian Coca2015-08-2414-33/+434
|\
| * cloudstack: test_cs_account: account_state was renamed, fixes testsRene Moser2015-08-231-11/+11
| * cloudstack: test_cs_instance: make it more configurableRene Moser2015-08-233-21/+19
| * cloudstack: add more integration testsRene Moser2015-08-2310-1/+404
* | added comment about vault multifileBrian Coca2015-08-241-0/+1
* | added s3 bucketBrian Coca2015-08-241-0/+1
* | Merge pull request #12061 from ansible/revert-12047-powershell_common_cleanupJames Cammarata2015-08-239-286/+22
|\ \
| * | Revert "Add PowerShell exception handling and turn on strict mode."revert-12047-powershell_common_cleanupJames Cammarata2015-08-239-286/+22
|/ /
* | Don't insist on ansible-vault taking only one filename parameterAbhijit Menon-Sen2015-08-231-2/+5
* | fixed host/group var loading when inventory is a directoryBrian Coca2015-08-231-6/+11
* | kept vars as alias to hostvars[inventory_hostname] and avoid subtrees into th...Brian Coca2015-08-231-5/+2
|/
* Merge pull request #12047 from cchurch/powershell_common_cleanupBrian Coca2015-08-239-22/+286
|\
| * Add PowerShell exception handling and turn on strict mode.Chris Church2015-08-229-22/+286
* | Merge pull request #11949 from bcoca/bsd_introBrian Coca2015-08-232-0/+99
|\ \
| * | draft bsd intro and bootstrappingBrian Coca2015-08-122-0/+99
* | | Merge pull request #11880 from bcoca/configurable_squashBrian Coca2015-08-232-3/+6
|\ \ \
| * | | made squashable with_ plugin list configurableBrian Coca2015-07-072-3/+6
* | | | Merge pull request #11747 from amenonsen/8682-rebaseToshio Kuratomi2015-08-232-2/+73
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use rsplit(':',1) for clarity; no functional changesAbhijit Menon-Sen2015-08-231-1/+1
| * | | Fix a parsing bug that prevents IPv6 addresses from being used with `add_host`Ryan Petrello2015-08-232-2/+73
|/ / /
* | | Merge pull request #11984 from Alphadelta14/develBrian Coca2015-08-221-1/+4
|\ \ \
| * | | Support any Mapping for with_dict lookup.Alphadelta142015-08-171-1/+4
* | | | Submodule pointer updateJames Cammarata2015-08-222-13/+12
* | | | now output works for both search and infoBrian Coca2015-08-221-5/+3
* | | | made src more prominentBrian Coca2015-08-221-1/+2
* | | | draft galaxy cli searchBrian Coca2015-08-222-80/+137
* | | | Make sure the inventory restriction is not NoneJames Cammarata2015-08-211-1/+3
* | | | Several var fixesJames Cammarata2015-08-212-25/+83
* | | | Merge pull request #11765 from ldx/vault_pbkdf2hmacBrian Coca2015-08-212-8/+40
|\ \ \ \
| * | | | Add note about installing cryptography.Vilmos Nebehaj2015-07-291-0/+6
| * | | | Use PBKDF2HMAC() from cryptography for vault keys.Vilmos Nebehaj2015-07-281-8/+34
* | | | | moved mandatory back to filters as it does not always return a boolean, it do...Brian Coca2015-08-212-11/+10
* | | | | added test for environment directiveBrian Coca2015-08-212-1/+56
* | | | | ported consul_kv lookup from v1Brian Coca2015-08-211-0/+133
* | | | | ported dig lookup from v1Brian Coca2015-08-211-0/+211
* | | | | Merge pull request #12031 from amenonsen/deadcodeBrian Coca2015-08-201-8/+0
|\ \ \ \ \
| * | | | | Remove unused (copied) _before_comment methodAbhijit Menon-Sen2015-08-211-8/+0
* | | | | | added file testsBrian Coca2015-08-201-0/+37
* | | | | | isnotanumber is not needed as jinja2 has builtin number testBrian Coca2015-08-201-36/+0
* | | | | | fixed mandatory testBrian Coca2015-08-201-9/+8
|/ / / / /
* | | | | update submodule refsToshio Kuratomi2015-08-202-10/+13
* | | | | Merge pull request #12009 from amenonsen/inventory-ini-rewriteToshio Kuratomi2015-08-201-160/+328
|\ \ \ \ \