Brian Coca
52a0165c77
skip non executable inventory when no shebang ( #15969 )
...
alternate fix #15934
2016-05-24 10:25:10 -04:00
Rene Moser
fe05c5e35a
cloudstack: add VPC support
2016-05-23 23:01:31 +02:00
Dag Wieers
f9c4fdab40
Move comments out of code-blocks ( #15961 )
...
In hindsight, I think it is better to have empty code-blocks
then comment placeholders when people don't replace those sections.
2016-05-23 15:37:17 -04:00
Michael Scherer
cf44db58e0
Add SEQUENCETYPE to handle the dict_keys type ( #15953 )
...
On python 3, there is a specific type for dict keys
instead of list, so previous tests based on Sequence didn't
not work anymore.
2016-05-23 15:17:28 -04:00
Brian Coca
c8f0cdbdfd
renamed systemd detection function
2016-05-23 15:09:09 -04:00
James Cammarata
733d017ad0
Save and restore the loader's basedir when loading playbooks
...
Fixes #15930
2016-05-23 15:04:44 -04:00
Brian Coca
6c0b974bde
added new modules
2016-05-23 11:31:55 -04:00
Michael Scherer
f9f6f24acd
Add a alias for 'long' since python3 do not have it ( #15952 )
2016-05-23 10:30:06 -04:00
James Cammarata
72b29d122e
When adding nested blocks, don't pass in any parent includes
...
We previously changed block behavior to prefer includes over parent
blocks, which broke inheritence in nested blocks.
Fixes #15926
2016-05-23 10:08:29 -04:00
Sven-Hendrik Haase
070af51370
Update for preferred syntax ( #15945 )
2016-05-23 09:36:45 -04:00
André Cruz
1fdb7613f1
Fix whitespace.
2016-05-23 10:45:37 +01:00
André Cruz
18831c72f9
Use the python executable specified by the environment.
2016-05-23 10:45:06 +01:00
Michael Schmid
566690a44a
Fixes #15915 : New HandlerTaskInclude Class which can run TaskIncludes inside Handlers
2016-05-22 15:45:55 +02:00
Toshio Kuratomi
b75895df9b
Fix the error handling for loop squashing to restore the name argument into the task args
2016-05-21 07:07:26 -07:00
nitzmahone
a0ff49194e
bump submodule refs
2016-05-20 17:29:42 -07:00
Matt Davis
5825958a5a
Merge pull request #15275 from Cryptophobia/devel
...
Update ConfigureRemotingForAnsible.ps1
2016-05-20 17:15:46 -07:00
Matt Clay
0e8930640a
Add support for shippable.com CI tests.
...
This will allow offloading sanity tests from Travis to Shippable.
2016-05-20 14:12:42 -07:00
Brian Coca
dd4c56e4d6
updated diff description to match current diff
2016-05-20 12:44:20 -04:00
John R Barker
1861151fa4
[WIP] Extra test and build dependencies in Docker images ( #15692 )
...
* Merge conflicts:
* [skip ci] Revert changes to run_tests.sh
gundalow will update this in a different PR
* [skip ci] Add in ubuntu1604 and opensuseleap
NOTE: We are not configuring anything to use these new images yet.
Therefore no impact on Travis performance
* python-mysql for opensuse
* It's mysql-server on centos6
2016-05-20 07:37:06 -07:00
Victor Costan
8d3da09eae
contrib/inventory/ec2.py can read AWS credentials from ec2.ini ( #15378 )
2016-05-20 09:29:15 -04:00
Brian Coca
f56fc92532
added verbose module path info to changelog
2016-05-20 09:27:29 -04:00
Brian Coca
4821dc66ad
now we show path from which we load module on vvv
...
also added remote module location on debug
2016-05-20 09:25:20 -04:00
Brian Coca
38cca53669
return friendlier error when failing to make dirs
2016-05-20 09:03:01 -04:00
jctanner
5bb4ee0c1e
Avoid duplicate system related fact calls. ( #15716 )
...
* Avoid duplicate system related fact calls.
Addresses #1461
2016-05-19 22:34:19 -04:00
Toshio Kuratomi
b41b6b2ec5
Update test off make_become for ssh pty race mitigation ( #15931 )
2016-05-19 15:17:28 -07:00
Toshio Kuratomi
97791f8b4e
Update submodule refs
2016-05-19 13:28:36 -07:00
Matt Davis
aee3b2e430
Merge pull request #15919 from camradal/devel
...
Fix issue with latest pyvmomi and certificate validation
2016-05-19 12:30:12 -07:00
Peter Oliver
95cfceda98
Catch DistributionNotFound when pycrypto is absent ( #15731 )
...
* Catch DistributionNotFound when pycrypto is absent
On Solaris 11, module `pkg_resources` throws `DistributionNotFound` on import if `cryptography` is installed but `pycrypto` is not. This change causes that situation to be handled gracefully.
I'm not using Paramiko or Vault, so I my understanding is that I don't
need `pycrpto`. I could install `pycrypto` to make the error go away, but:
- The latest released version of `pycrypto` doesn't build cleanly on Solaris (https://github.com/dlitz/pycrypto/issues/184 ).
- Solaris includes an old version of GMP that triggers warnings every time Ansible runs (https://github.com/ansible/ansible/issues/6941 ). I notice that I can silence these warnings with `system_warnings` in `ansible.cfg`, but not installing `pycrypto` seems like a safer solution.
* Ignore only `pkg_resources.DistributionNotFound`, not other exceptions.
2016-05-19 11:39:34 -07:00
Matt Clay
bad293ae35
Add work-around for ssh pty race condition.
...
This should minimize loss of stdout when using
a pty and connecting with ssh or paramiko_ssh.
2016-05-19 10:33:17 -07:00
René Moser
aa9a054b61
docs: changelog: new module cs_router ( #15897 )
2016-05-19 10:32:29 +02:00
René Moser
ff62d7bbbd
docs: cloudstack: add cloudstack guide to doc fragments ( #15898 )
2016-05-19 10:31:44 +02:00
Toshio Kuratomi
8789cfb514
Update the way we make a module be tested for py3 syntax compliance
2016-05-18 18:37:30 -07:00
Sandra Wills
9c13c7b139
Merge pull request #15804 from docschick/devel
...
updated video link in quickstart with link from danlondon/ansible mar…
2016-05-18 21:20:09 -04:00
Sandra Wills
56fc2ce3ad
Merge pull request #15840 from gundalow/patch-1
...
community.rst - Formatting and readability
2016-05-18 21:13:08 -04:00
Toshio Kuratomi
8363ef43c9
Update submodule refs
2016-05-18 17:04:16 -07:00
Toshio Kuratomi
0d16782a22
Python3 syntax compatibility for modules
2016-05-18 17:03:48 -07:00
Toshio Kuratomi
c37252eeca
Update python3 module porting doc with new location of pycompat
2016-05-18 17:03:48 -07:00
Matt Davis
ec2cb07988
Make 'required' optional in module docs ( #15906 )
...
Updated module dev docs, doc build, ansible-doc to match
2016-05-18 16:57:36 -07:00
Brian Coca
71a707fba5
quick yaml syntax checker
2016-05-18 18:15:12 -04:00
Chris Houseknecht
16a3b69549
Merge pull request #15917 from chouseknecht/doc-updates
...
Docker guide updates
2016-05-18 15:07:49 -04:00
chouseknecht
0bc23a4408
Fix typo.
2016-05-18 14:57:06 -04:00
John R Barker
21bef93d83
Double backticks
...
[ci skip]
2016-05-18 19:49:21 +01:00
chouseknecht
22de8a9a21
Update ansible-container links.
2016-05-18 14:31:50 -04:00
chouseknecht
0c80b71d71
Fix italics and version directives.
2016-05-18 14:22:27 -04:00
chouseknecht
10c5d9e749
Add docker_service and mention ansible-container.
2016-05-18 14:11:11 -04:00
James Cammarata
74a252d0a5
More playbook executor compatibility fixes
...
With some earlier changes, continuing to forward failed hosts on
to the iterator with each TQM run() call was causing plays with
max_fail_pct set to fail, as hosts which failed in previous plays
were counting those old failures against the % calculation.
Also changed the linear strategy's calculation to use the internal
failed list, rather than the iterator, as this now represents the
hosts failed during the current run only.
2016-05-18 14:09:21 -04:00
Toshio Kuratomi
aad9f43dda
Make load_params into a function that custom modules can access ( #15913 )
2016-05-18 10:50:55 -07:00
Sandra Wills
7160911604
Merge pull request #15762 from dharmabumstead/devel
...
Work-in-progress - networking content draft
2016-05-18 13:33:08 -04:00
Dag Wieers
a485395b02
Fix small typo in ansible.cfg ( #15912 )
2016-05-18 12:21:30 -04:00
Peter Sprygada
d197407306
Merge pull request #15743 from mattchilders/multi-parent-netcfg-difference
...
Fixed issue with parents havings depth of 3+ on add method of Network…
2016-05-18 09:30:57 -04:00