Evgeni Golov
de2fe08d9f
update README.md
9 years ago
Evgeni Golov
3fd74890d3
migrate to dh-python
9 years ago
Evgeni Golov
f10de91e7f
moden apt can install local debs with dependencies just fine
9 years ago
René Moser
0a457230ab
Merge pull request #14982 from Linuturk/GalaxyInitWhitespaceFix
...
Remove trailing whitespace from the galaxy init Jinja2 template. Defa…
9 years ago
Abhijit Menon-Sen
f0af07a5f4
Merge pull request #14761 from enbritely/fix-ec2-inventory
...
Fix AWS EC2 inventory script instance_filters read
9 years ago
Toshio Kuratomi
2dd6bae9e1
Merge pull request #15003 from ansible/jail-enable-pipelining
...
Enable pipelining for jail connection plugin
9 years ago
Brian Coca
84bbd2b4e3
corrected version added for ansible_version
9 years ago
Brian Coca
bc60f52db5
avoid exceptiosn when not being called by CLI
9 years ago
Toshio Kuratomi
e80cd8bcaf
Merge pull request #14908 from mattclay/mysql-connect-timeout
...
Document mysql connect_timeout and update tests.
9 years ago
Abhijit Menon-Sen
0c6693aa4c
Merge pull request #14947 from mscherer/add_ansible_version_doc
...
Add doc on ansible_version, fix #13204
9 years ago
Abhijit Menon-Sen
00312723b2
Merge pull request #14484 from Antillean/extra-vars_docs
...
Documenting that extra-vars 'key=value' is for strings
9 years ago
James Cammarata
8eadc1d8eb
Adding more unit tests for AnsibleModule things in basic.py
9 years ago
James Cammarata
0e68c6d6fe
Cleaning up use of literal_eval in basic.py AnsibleModule.safe_eval
9 years ago
Matt Clay
9a922fcf0d
Update test to use mysql connect_timeout option.
9 years ago
Matt Clay
6a1f97ad42
Add docs for mysql* modules connect_timeout.
9 years ago
Abhijit Menon-Sen
cc7867d1de
Merge pull request #11642 from quentinsf/inventory_ignores
...
Mention inventory_ignore_extensions in the dynamic inventory documentation
9 years ago
Brian Coca
7f8e8ddca9
Merge pull request #14948 from mscherer/fix_doc_lexer
...
Fix pygments lexer name
9 years ago
Brian Coca
5ae9955aad
Merge pull request #15011 from dagwieers/fix-unreachable-color
...
Fix the color when unreachable in default cb plugin
9 years ago
Brian Coca
0cb804f0c2
fix lsb fact gathering
...
was erroring out when rc !=0 also fixed redundant paths
fixes #14965
9 years ago
Brian Coca
d7d47bcd75
Merge pull request #14989 from nifoc/patch-fetch_url
...
Check return value of get_distribution()
9 years ago
Dag Wieers
ed457ad53b
Fix the color when unreachable in default cb plugin
...
The dedicated color for unreachable errors was not being used in the default cb plugin.
This corrects the color.
9 years ago
Toshio Kuratomi
c824837a3f
Merge pull request #15008 from qqo/devel
...
fix TypeError: coercing to Unicode: need string or buffer, AnsiblePar…
9 years ago
qqo
a7f89cac63
fix TypeError: coercing to Unicode: need string or buffer, AnsibleParserError found
9 years ago
qqo
85e843baee
Revert "fix TypeError: coercing to Unicode: need string or buffer, AnsibleParserError found"
...
This reverts commit d1e0719e4c
.
9 years ago
qqo
d1e0719e4c
fix TypeError: coercing to Unicode: need string or buffer, AnsibleParserError found
9 years ago
Brian Coca
61f05c2e8d
strip keys recursively
9 years ago
Toshio Kuratomi
7346e3098a
Update extras submodule ref
9 years ago
Greg DeKoenigsberg
03300e99ac
Merge pull request #14929 from robynbergeron/devel
...
update proposals proposal
9 years ago
Toshio Kuratomi
a8acd7f93e
Enable pipelining for jail connection plugin
9 years ago
Toshio Kuratomi
de306eb5da
Small cleanup to use class attribute directly instead of property for transport names
9 years ago
Toshio Kuratomi
fee73100c4
Move BUFSIZE to __init__ since it's common to many connection plugins
9 years ago
Toshio Kuratomi
b77c4ce458
Merge pull request #15001 from ansible/become-unprivileged-user-problem-docs
...
Update submodule refs for docs fix
9 years ago
Toshio Kuratomi
de708f7199
Document the issue with modules being created world-readable on the client in certain circumstances
9 years ago
Toshio Kuratomi
b6d5c6888b
Update link target
9 years ago
Toshio Kuratomi
0ad4ba5fe5
Fix another docs link problem
9 years ago
Toshio Kuratomi
0ca4be6fb5
Update submodule refs for docs fixes
9 years ago
Toshio Kuratomi
ec419446b7
Update submodule refs
9 years ago
Monty Taylor
e254bf9617
Merge pull request #14984 from cboylan/fix-openstack-inventory
...
Fix openstack inventory for multiple servers
9 years ago
Brian Coca
f09d593f2b
Merge pull request #14995 from karmab/include_ovirt_in_doc
...
Include Ovirt in inventory list
9 years ago
karimb
6efdaa6f4f
Include Ovirt in inventory list
9 years ago
Daniel Kempkens
696b68f07a
Check return value of get_distribution()
...
On none-Linux systems `get_distribution()` returns `None`, which fails in `fetch_url`, because the return value of `get_distribution()` is not checked before calling `lower()` on the result.
9 years ago
Brian Coca
9be6974d37
Merge pull request #14949 from mscherer/fix_faq_syntax
...
Fix the lexer used, jinja2 is not valid, jinja is
9 years ago
Toshio Kuratomi
fe278202f2
Fix saving of tracebacks on module failure
9 years ago
Clark Boylan
7d5650219d
Fix openstack inventory for multiple servers
...
Fix openstack inventory for when we have multiple servers with the same
name but different IDs. Instead of giving every server with the same
name the details for the first server returned with that name add the
individual servers as they are returned.
This was a logic bug where in a loop over a list of servers we always
added the first server in that list despite having more than one server.
9 years ago
Rene Moser
6b1b4e03b0
changelog: append cs_zone_facts
9 years ago
René Moser
c5fa51a7ac
Merge pull request #14275 from resmo/tests/new-modules-2.1
...
[2.1] cloudstack: integration tests for new modules
9 years ago
Justin Phelps
d604c8c3a6
Remove trailing whitespace from the galaxy init Jinja2 template. Default a description.
9 years ago
Rene Moser
5d5d905e36
cloudstack: new integration tests test_cs_resourcelimit
9 years ago
Rene Moser
4d6a15ebc3
cloudstack: new integration tests test_cluster
9 years ago
Rene Moser
d50026b108
cloudstack: new integration tests test_cs_pod
9 years ago