Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
4644 commits
Select commit Hold shift + click to select a range
fb797a9
Fixing role dependency chain creation
jimi-c Jan 22, 2016
46ede56
Use templated handler name during callback
jimi-c Jan 23, 2016
6b166a1
Merge pull request #14071 from rozha/devel
jimi-c Jan 23, 2016
f82d9fa
Update CHANGELOG.md
grahamu Jan 23, 2016
e5493fa
Added support for proxmox 4.x
MatthaeusHarris Jan 24, 2016
f8e7371
If the notes don't contain JSON, add the string to the notes key of _…
MatthaeusHarris Jan 24, 2016
2b02e8e
Allow certain base attributes to be used as role params
jimi-c Jan 25, 2016
6cc7f78
Fixes documentation formatting
senk Jan 25, 2016
a8ffa02
Make sure blocks use their parents dependency chains
jimi-c Jan 25, 2016
043b2cb
Change example to use pkg rather than the obsolete pkg_add
infracaninophile Jan 25, 2016
9abb107
Merge pull request #14110 from infracaninophile/devel
bcoca Jan 25, 2016
4dc3441
Merge pull request #14102 from senk/fix_docu
bcoca Jan 25, 2016
e79f311
Merge pull request #14087 from grahamu/changelog_ssh_deprecated
bcoca Jan 25, 2016
6e716b1
add webdocs as alias
bcoca Jan 25, 2016
af88e34
better error when host inventory script isnt dict
bcoca Jan 25, 2016
87fe323
ensure stdout callback alwasy is loaded first
bcoca Jan 25, 2016
f95652e
Merge remote-tracking branch 'upstream/devel' into ec2_util_boto3
Jan 25, 2016
ac1d167
adhoc now respects limit when listing hosts
bcoca Jan 25, 2016
041e197
Boto3 error handle fix
Jan 25, 2016
e3a58a8
Merge pull request #13166 from defionscode/ec2_util_boto3
bcoca Jan 26, 2016
9df0662
simpler conditional
bcoca Jan 26, 2016
c063803
raise AnsibleError as an 'expected' exception
bcoca Jan 26, 2016
f4d68b8
Transform tracebacks into unicode before printing
abadger Jan 26, 2016
3cf59d3
For synchronize, fix sudo to execute on the remote end of the connection
abadger Jan 18, 2016
d0a062f
python3 doesn't have raw explicit-unicode literals. Workaround it wi…
abadger Jan 26, 2016
a23a5d1
Merge pull request #13968 from ansible/synchronize-become-is-reversed
abadger Jan 26, 2016
c44110b
Update submodule refs to pick up the synchronize internal parameter
abadger Jan 26, 2016
5b293b5
Handle the key 'prepared' in the 'diff' result from modules
towolf Jan 25, 2016
f374bfd
Merge pull request #14105 from towolf/expand_get_diff
bcoca Jan 26, 2016
46fde75
Merge pull request #14044 from skorochkin/devel
bcoca Jan 26, 2016
6610419
fixed permissions check for ansible.log
bcoca Jan 26, 2016
07a9a54
Fix lookup of parent attribute when parent doesn't have the attr
jimi-c Jan 26, 2016
78d4991
Re-implementing the retry file feature for 2.0
jimi-c Jan 26, 2016
3ed3a5f
Make retry file generation not use StringIO
jimi-c Jan 26, 2016
cb2b19c
Fix for inventory hosts on localhost with alternate ports.
abadger Jan 26, 2016
7e39634
Merge pull request #14140 from ansible/synchronize-ports-fix
abadger Jan 26, 2016
326ae21
Details on how to convert subnet masks into CIDR
oneswig Jan 27, 2016
a61e51e
Don't try to generate retry files if the tqm hasn't been initialized
jimi-c Jan 27, 2016
c59916c
fixes issue with eos shared module argument precedence
Jan 27, 2016
4fa6902
address minor bugs in nxos shared module
Jan 27, 2016
6bf2f45
fix for so su works in more cases
bcoca Jan 27, 2016
a381c1b
added skip_ssl argument for VMware module to skip SSL verification (r…
Jan 27, 2016
3f3e3e3
Return an error when synchronize is used with something other than an…
abadger Jan 27, 2016
c857b20
fixed issue with vars prompt warning causing error
bcoca Jan 27, 2016
a928465
added note about 1.9 ppa
bcoca Jan 27, 2016
39b4117
Merge pull request #14153 from oneswig/doc-ipaddr-add-subnet-masks
jimi-c Jan 27, 2016
fad6eb1
fixed unit test to match new output of become/su
bcoca Jan 27, 2016
0e410bb
Squashing was occuring even though pkgs didn't have a template that w…
abadger Jan 28, 2016
90c1464
Fixing typo depricated for deprecated.
strictlyd Jan 28, 2016
ba9e5fa
grammar fixes; capitalize where necessary; general clean-up
antiultracrepidarianism Jan 28, 2016
8755e8b
Merge pull request #14170 from strictlyd/devel
bcoca Jan 28, 2016
e7a9031
Update submodule refs
abadger Jan 28, 2016
fa9822d
Changes to convert to unicode at the borders
abadger Jan 28, 2016
605fb08
Merge pull request #14168 from ansible/safer-squashing
abadger Jan 28, 2016
5ecfa8d
Merge pull request #14189 from ansible/unicode-pager
abadger Jan 28, 2016
901d349
Adding a hyphen in the perms pattern section, since doing something like
Jan 28, 2016
4b1d621
Merge pull request #14173 from sradvan/doc-fix-bsd-intro
bcoca Jan 28, 2016
2c82553
When setting up the local connection for the rsync we need to set the…
abadger Jan 29, 2016
c9a2888
Merge pull request #14196 from ansible/synchronize-set-shell
nitzmahone Jan 29, 2016
db375c2
load now does not modify the incomming data
bcoca Jan 29, 2016
0c237c4
Merge pull request #14191 from paulcalabro/devel
jimi-c Jan 29, 2016
dd47877
fix unicode input for template lookup
bcoca Jan 29, 2016
315fd15
Merge pull request #12909 from photoninger/sles11.4-fix_2nd_try
abadger Jan 29, 2016
ceef202
Update submodule refs
abadger Jan 29, 2016
5587b08
Make sure setup tasks inherit properly from their parent play
jimi-c Jan 29, 2016
1aae649
fixed code for v1 callback runtime compatiblity
bcoca Jan 29, 2016
cb34939
Merge pull request #14202 from bcoca/v1_callback_compat
bcoca Jan 29, 2016
f266739
updated intro adhoc to use become
bcoca Jan 29, 2016
eaf34fa
added diff feature to changelog
bcoca Jan 29, 2016
7964a35
harcoding inventory/hosts when pulling from repo
bcoca Jan 29, 2016
fb57818
Explicitly set validate_certs=False as the boto default is True
abadger Jan 30, 2016
9e3932f
Some attributes of callbacks aren't in v2. Port plugins to the v2 wa…
abadger Jan 30, 2016
a28b071
Merge pull request #14221 from ansible/callback-v2-attribute-replacement
abadger Jan 30, 2016
37eac45
added back --profile to keep backwards compat
bcoca Jan 30, 2016
49c15c8
Merge pull request #14220 from bcoca/ansible_pull_once
bcoca Jan 30, 2016
633b16d
add exeception handling for invalid commands over nxapi
Feb 1, 2016
1733bf4
minor update for nxos
Feb 1, 2016
b73c772
Update example vpc_desitnation_variable example with working settings
Feb 1, 2016
25f403d
Merge pull request #14244 from anthonycrobinson/devel
bcoca Feb 1, 2016
be82cae
initial add of action plugin eos_template
Jan 20, 2016
54f7a7b
initial add of action plugin nxos_template
Jan 20, 2016
4f2a759
initial add of action plugin ios_template
Jan 20, 2016
b2f1c06
initial add of action plugin ops_template
Jan 20, 2016
ddfab5f
Use isinstance type checks in bool filter so we can handle unsafe pro…
sivel Feb 1, 2016
e0ed88e
normalize error message on src != dir when local
bcoca Feb 1, 2016
6a62ad6
hide internal params once used
bcoca Feb 1, 2016
28cf4bc
fix incorrect environment processing
bcoca Feb 1, 2016
dc15eb8
deprecate all bare variable conversions (not debug)
bcoca Feb 1, 2016
13c011c
added ec2_vol_facts to changelog
bcoca Feb 2, 2016
9c4a00a
added ec2_dhcp_options module to changelog
bcoca Feb 2, 2016
e96101a
Merge pull request #14249 from bcoca/bare_handling
bcoca Feb 2, 2016
eafc31f
Merge pull request #14197 from bcoca/safer_data_load
bcoca Feb 2, 2016
f628704
added option groups to make --help readable
bcoca Jan 27, 2016
6c73aa7
Merge pull request #14159 from bcoca/options_readable
bcoca Feb 2, 2016
a584ab3
Merge pull request #11113 from sysadmin75/11104_osx_facts_bridge
bcoca Feb 2, 2016
ed059ff
add integration test for ansible-pull
Feb 2, 2016
6105c8c
corrected name of inventory_hostnames lookup plugin
bcoca Feb 2, 2016
fa13aa8
rename param from skip_ssl to validate_certs
Feb 2, 2016
b2c0abe
Don't mark host as having gathered facts when peeking at next task
jimi-c Feb 2, 2016
0e551e6
clarified ansible_shell_type description
bcoca Feb 2, 2016
96e2297
Fix a note tag in the API docs.
gtaylor Feb 2, 2016
197bed6
make executable setting connection dependant
bcoca Feb 2, 2016
200f958
Merge pull request #14272 from bcoca/executable_connection_dependant
nitzmahone Feb 2, 2016
b08f145
Merge pull request #14257 from robinro/integration_test_ansible_pull
bcoca Feb 2, 2016
d436c3c
Merge pull request #14271 from gtaylor/patch-1
bcoca Feb 2, 2016
8d4bc20
better fix for ansible-pull inventory handling
bcoca Feb 1, 2016
c5b4e19
Merge pull request #14251 from bcoca/ansible_pull_once
bcoca Feb 2, 2016
5b1d8cf
Establish sh as the default shell plugin.
abadger Feb 2, 2016
147dba5
Merge pull request #14277 from ansible/default-shell-type
abadger Feb 2, 2016
42e312d
Change $() into backticks. Backticks should work for both POSIX and …
abadger Feb 2, 2016
5cd3f71
Handle utf-8 in module short desc
abadger Feb 2, 2016
84f8241
tag the setup task with always
bcoca Feb 2, 2016
4bda4a1
initial add of action plugin net_template
Jan 20, 2016
67594e8
Fix handling of difflist containing multiple before/after pairs
towolf Jan 27, 2016
2816949
Do not insert newlines when diff is empty
towolf Feb 3, 2016
c902f92
Do not print empty diffs with _display.display()
towolf Feb 3, 2016
4f93b17
Merge pull request #14155 from towolf/fix_difflist_return_value
bcoca Feb 3, 2016
dc6f0c1
avoid logging color codes
bcoca Feb 3, 2016
dee5dba
Handle when the lookup-plugin is used in jinja-style
dagwieers Feb 3, 2016
26cd465
Merge pull request #14281 from dagwieers/fix-first-found-list
bcoca Feb 3, 2016
dc48d27
Defined JSON booleans in global context for python eval()
dagwieers Feb 3, 2016
c433289
clarified how block applies directives to tasks
bcoca Feb 3, 2016
da9ae14
Adding new feature - meta: clear_host_errors
jimi-c Feb 3, 2016
f3b691c
Adding .retry files to .gitignore
jimi-c Feb 3, 2016
f4bd3be
Adding block integration tests
jimi-c Feb 3, 2016
5466510
Removing .out file for integration tests and adding to .gitignore
jimi-c Feb 3, 2016
8039cee
Tweak block integration tests to also test the free strategy
jimi-c Feb 3, 2016
699a854
Fixing bugs in play iteration and strategies
jimi-c Feb 3, 2016
2e17161
Also add 'null' as a possible JSON value
dagwieers Feb 4, 2016
6149685
Merge pull request #14293 from dagwieers/fix-eval-json-booleans
bcoca Feb 4, 2016
ed3842a
Merge pull request #14008 from privateip/action_net_config
privateip Feb 4, 2016
30d03b9
Merge pull request #14009 from privateip/action_eos_config
privateip Feb 4, 2016
a48b521
Merge pull request #14010 from privateip/action_ios_config
privateip Feb 4, 2016
c7180cf
Merge pull request #14011 from privateip/action_ops_config
privateip Feb 4, 2016
f30d5b1
Merge pull request #14012 from privateip/action_nxos_config
privateip Feb 4, 2016
70ac47a
allow atomic_move to not be atomic ...
bcoca Feb 4, 2016
89c5766
fixed py3 compatibility
bcoca Feb 4, 2016
4b7b379
Update submodule refs
abadger Feb 4, 2016
0766219
When in context of a role, create backup dir within role_path
Feb 4, 2016
4f61fb6
Add safety check on _backup key.
Feb 4, 2016
e2a7ba3
Fix --diff to respect no_log task parameter.
abadger Feb 4, 2016
11522b2
module_utils/basic: add generic method for checking for missing param…
resmo Feb 4, 2016
75b6f61
Fix the way we re-add variables from PlayContext to the variable dict
jimi-c Feb 4, 2016
5679b54
avoid errors from possible None/False args
bcoca Feb 4, 2016
7037f79
Expain our commitment to API
bcoca Feb 4, 2016
d628312
corrections and additions to porting guide
bcoca Feb 5, 2016
3d894b0
corrected mizpellz
bcoca Feb 5, 2016
18094d8
Merge pull request #14313 from chouseknecht/net_template_changes
privateip Feb 5, 2016
597638c
revamped become page
bcoca Feb 5, 2016
9e27f62
added yumrepo to changelog
bcoca Feb 5, 2016
2f41155
Fix small typo
dagwieers Feb 5, 2016
eed328e
Merge pull request #14330 from dagwieers/patch-9
bcoca Feb 5, 2016
d2846db
Merge pull request #14280 from bcoca/always_tag_setup
bcoca Feb 5, 2016
b713f1c
Fix for copy test as ansible_ssh_user is not set by default now
jimi-c Feb 5, 2016
27f9cc0
Make sure run_once tasks also set any_errors_fatal so all hosts fail
jimi-c Feb 5, 2016
c79d9a9
Handle run_once scenarios in the free strategy
jimi-c Feb 5, 2016
0a20c53
A few more typos
dagwieers Feb 5, 2016
a2762ba
Merge pull request #14333 from dagwieers/some-typos
bcoca Feb 5, 2016
9eca815
Update profile_tasks.md
aioue Feb 5, 2016
ad37a91
really only want to prevent None typep here
bcoca Feb 5, 2016
50dfd4b
fixed bad tag example
bcoca Feb 5, 2016
8eea1c7
Allowing multiple tags to be specified in include's tags argument.
felixfontein Feb 6, 2016
d1c2d16
Allow setting run_command environment overrides for the life of an An…
abadger Feb 7, 2016
ccbc7d2
Update submodule refs
abadger Feb 7, 2016
45755bc
Merge pull request #14353 from felixfontein/devel
jimi-c Feb 8, 2016
5a1887c
correctly handle term signals
bcoca Feb 6, 2016
1ea21f1
Also chmod the args file path when using become for old-style modules
jimi-c Feb 8, 2016
5a88cd8
Rename profile_tasks.md to profile_tasks.rst
aioue Feb 8, 2016
46ce9a0
Merge pull request #13883 from shaba/devel
bcoca Feb 8, 2016
6414c96
now check for description and listify if needed
bcoca Feb 8, 2016
c0ebb74
add ismount function from python Lib/posixpath.py
Feb 8, 2016
ba51ed0
changed from deprecated implicit bare var
bcoca Feb 8, 2016
f3f3e3c
fix typo
Feb 8, 2016
08b3dbc
corrected several usages of deprecated bare vars
bcoca Feb 8, 2016
1aaf5a3
Merge pull request #14317 from resmo/feature/fail_on_missing_params
abadger Feb 8, 2016
8e3cc3e
Update profile_tasks.rst
aioue Feb 8, 2016
b220051
Added more info to the no action detected error
Feb 8, 2016
f9bf237
Merge pull request #14379 from defionscode/mod_args
bcoca Feb 8, 2016
5014919
Merge pull request #14347 from bcoca/die_now
bcoca Feb 8, 2016
81a40ac
fix winrm erorr formatting
bcoca Feb 9, 2016
06b2400
Need to apply to_str to each element of the list so that we don't mix…
abadger Feb 9, 2016
0f15e59
Also hide the before state of files with --diff and no_log
abadger Feb 9, 2016
9f1eea4
support for python < 2.7
Feb 9, 2016
162dd25
Filter become success string from the stdout of script results
jimi-c Feb 9, 2016
d36394d
strip BECOME-SUCCESS at lower level
Feb 9, 2016
a54f472
Submodule pointer update for devel
jimi-c Feb 9, 2016
f50b381
Merge pull request #13678 from Etherdaemon/fix_datetime_objects
bcoca Feb 9, 2016
b4b24a0
moved to base class for shell plugins
bcoca Feb 5, 2016
1b8dec9
avoid termination message when term is internal
bcoca Feb 9, 2016
5a88478
centralized TERM signal handling
bcoca Feb 9, 2016
2adddac
Catch exceptions during module execution so they don't fail the worker
jimi-c Feb 10, 2016
d9dcb2a
Revert "centralized TERM signal handling"
bcoca Feb 10, 2016
486304b
Clarify error message when module replacer encounters a bad import li…
abadger Feb 10, 2016
371c731
Merge pull request #14261 from kamsz/devel
abadger Feb 10, 2016
3079a03
read full file when doing diff
bcoca Feb 10, 2016
38120c1
termination handling
bcoca Feb 10, 2016
64c976a
Merge pull request #14416 from bcoca/diff_size_fix
bcoca Feb 10, 2016
6276585
Module params should default to str in most cases.
abadger Feb 10, 2016
1f0993c
Merge pull request #14417 from ansible/params-default-to-str
abadger Feb 10, 2016
f450a4c
When the linode inventory is generated the linode label is used as the
shawnsilva Feb 10, 2016
9286143
Merge pull request #14374 from robinro/fix-mount-without-permission-bug
abadger Feb 11, 2016
5a45ca8
Move Conditional class to netcfg. Added error handling for connect an…
Feb 9, 2016
3ddcabe
Merge pull request #14093 from MatthaeusHarris/proxmox_4_inventory
bcoca Feb 11, 2016
9c36c0a
minor bug fixes and updates to shell
Feb 11, 2016
8f9badb
update shared module junos to handle root logins
Feb 8, 2016
cf25125
initial add of new action plugin junos_template
Feb 11, 2016
f014b54
Link to /videos instead of the less obvious /resources
tdhopper Feb 11, 2016
a8aa5ff
fix cartesian lookup
bcoca Feb 11, 2016
bb155e1
added test for cartesian lookup
bcoca Feb 11, 2016
33d241c
Merge pull request #14439 from tdhopper/patch-1
bcoca Feb 11, 2016
cd076db
Merge pull request #14421 from bcoca/terminate
bcoca Feb 11, 2016
347b282
allow skipping tasks due to undefined var
bcoca Feb 11, 2016
8f1e745
Merge pull request #14441 from bcoca/loop_skip_undefined
bcoca Feb 11, 2016
effa643
removed signal trapping
bcoca Feb 11, 2016
0792983
Display the string which is causing an exception to be raised.
Feb 11, 2016
99c4459
Initial checkin of new roadmap file. Currently encompasses 2.1 roadmap
Feb 11, 2016
bab2512
add target date
Feb 11, 2016
d24761a
Update playbooks_roles.rst
binary-data Feb 11, 2016
37879ea
Update submodule refs
abadger Feb 11, 2016
133758c
Merge pull request #14446 from binary-data/fixing-double-colon-on-pla…
bcoca Feb 11, 2016
2d01d43
just some more grammer, punctuation cleanup.
Feb 11, 2016
df49129
Merge pull request #14442 from bcoca/remove_signal_handling
jimi-c Feb 12, 2016
8e4ed34
series of changes based on PR comments
Feb 12, 2016
af68ae1
switched from threading to multiprocessing
bcoca Feb 12, 2016
1b3c669
Merge pull request #14428 from shawnsilva/linode-invscript-addips
jimi-c Feb 12, 2016
c485981
Merge pull request #14445 from marcpo/maint/display_string_causing_ex…
jimi-c Feb 12, 2016
279b14e
Some typos in CHANGELOG.md
mgedmin Feb 12, 2016
1932f48
Merge pull request #14455 from mgedmin/patch-2
bcoca Feb 12, 2016
09a6bf5
Merge pull request #14432 from chouseknecht/net_common_cleanup_2
privateip Feb 12, 2016
edb36b6
Update profile_tasks.rst
aioue Feb 12, 2016
edf776d
Merge pull request #13805 from aioue/patch-1
Feb 12, 2016
00f600b
Merge pull request #14319 from bcoca/shell_plugin_revamp
bcoca Feb 12, 2016
275728e
Fixing bugs related to nested blocks inside roles
jimi-c Feb 11, 2016
fbbb679
Merge pull request #14447 from mckerrj/devel
mckerrj Feb 12, 2016
22aaff5
adds new action plugin iosxr_template
Feb 12, 2016
06b072c
Fix bugs related to task_includes and dep chain inheritance
jimi-c Feb 13, 2016
0bb4909
make some options not mandatory to pass
bcoca Feb 14, 2016
4b953c4
extended api example with more options in tasks
bcoca Feb 14, 2016
aea8900
document exit status for ansible-playbook
Aga303 Feb 14, 2016
5d49f4e
Fix related to #13981
Feb 15, 2016
889c273
Update playbooks_lookups.rst
ikrauchanka Feb 15, 2016
d47aa3c
Merge pull request #14480 from ikrauchanka/patch-1
bcoca Feb 15, 2016
2dfe493
Merge pull request #14474 from Aga303/man
bcoca Feb 15, 2016
f6d2767
Merge pull request #14477 from pgrange/devel
bcoca Feb 15, 2016
bc41f46
pushed non-atomic to option of last resort
bcoca Feb 15, 2016
eb379ab
Use parse_requirements to build matcheable items
Mar 10, 2016
5276dde
Filter available versions according to given specification
Mar 10, 2016
77c8108
Implement alternative & lower level method to get requirements
Mar 10, 2016
2553173
Select highest version amongh those matching requirements
javiplx Mar 12, 2016
5da8e22
Add integration tests
javiplx Mar 12, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[report]
omit =
*/python?.?/*
*/site-packages/nose/*
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ rpm-build
# Mac OS X stuff...
.DS_Store
# manpage build stuff...
docs/man/man1/ansible.1
docs/man/man1/ansible-doc.1
docs/man/man1/ansible-galaxy.1
docs/man/man1/ansible-playbook.1
docs/man/man1/ansible-pull.1
docs/man/man1/ansible-vault.1
docs/man/man3/*
# Sublime stuff
*.sublime-project
Expand All @@ -41,7 +47,10 @@ deb-build
*.swo
credentials.yml
# test output
*.retry
*.out
.coverage
.tox
results.xml
coverage.xml
/test/units/cover-html
Expand Down
14 changes: 2 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
[submodule "lib/ansible/modules/core"]
path = lib/ansible/modules/core
url = https://github.com/ansible/ansible-modules-core.git
branch = devel
url = https://github.com/ansible/ansible-modules-core
[submodule "lib/ansible/modules/extras"]
path = lib/ansible/modules/extras
url = https://github.com/ansible/ansible-modules-extras.git
branch = devel
[submodule "v2/ansible/modules/core"]
path = v2/ansible/modules/core
url = https://github.com/ansible/ansible-modules-core.git
branch = devel
[submodule "v2/ansible/modules/extras"]
path = v2/ansible/modules/extras
url = https://github.com/ansible/ansible-modules-extras.git
branch = devel
url = https://github.com/ansible/ansible-modules-extras
33 changes: 33 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
sudo: false
language: python
matrix:
include:
- env: TOXENV=py24 INTEGRATION=no
- env: TOXENV=py26 INTEGRATION=yes
python: 2.6
- env: TOXENV=py27 INTEGRATION=yes
python: 2.7
- env: TOXENV=py34 INTEGRATION=no
python: 3.4
- env: TOXENV=py35 INTEGRATION=no
python: 3.5
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
install:
- pip install tox PyYAML Jinja2 sphinx
script:
# urllib2's defaults are not secure enough for us
- ./test/code-smell/replace-urlopen.sh .
- ./test/code-smell/use-compat-six.sh lib
- ./test/code-smell/boilerplate.sh
- ./test/code-smell/required-and-default-attributes.sh
- if test x"$TOXENV" != x'py24' ; then tox ; fi
- if test x"$TOXENV" = x'py24' ; then python2.4 -V && python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils ; fi
#- make -C docsite all
- if test x"$INTEGRATION" = x'yes' ; then source ./hacking/env-setup && cd test/integration/ && make parsing && make test_var_precedence && make unicode ; fi
after_success:
- coveralls
Loading