Jason McKerr
58b431e02f
Merge branch 'mckerrj-devel' into devel
9 years ago
Michael Scherer
f0023610e8
Fix bin/ansible to not make a double traceback on python3 ( #15972 )
9 years ago
Bede Carroll
805e0ec529
Add validate_certs to vmware doc fragment ( #16096 )
9 years ago
Hrishikesh Barua
6354f0292b
Update intro_configuration.rst ( #16093 )
...
Fix for #16092
9 years ago
Matt Clay
c9a5b1c555
Merge pull request #16000 from mattclay/shippable
...
Add support for full CI on shippable.com.
9 years ago
Matt Clay
b0e1efbd62
Add full support for Shippable CI.
9 years ago
Jason McKerr
6746d7928e
Update ROADMAP_2_2.rst
9 years ago
Jason McKerr
c3198aa0ed
Update ROADMAP_2_2.rst
9 years ago
Jason McKerr
87560a1ffc
Update ROADMAP_2_2.rst
9 years ago
Jason McKerr
0a0c4f5aaa
Update ROADMAP_2_2.rst
9 years ago
Jason McKerr
ecbdfeab23
Merge pull request #1 from alikins/mc-devel
...
formatting
9 years ago
Adrian Likins
0c629cb577
formatting
9 years ago
Adrian Likins
75d31b7a87
formatting
9 years ago
Adrian Likins
58f5624a4f
formatting
9 years ago
Rene Moser
e3a5c5bd08
doc: changelog: new module netconf_config
...
See https://github.com/ansible/ansible-modules-extras/pull/2103
9 years ago
Jason McKerr
125d9838f1
Update ROADMAP_2_2.rst
9 years ago
Rene Moser
72d5416c40
doc: changelog: new module letsencrypt
9 years ago
Jason McKerr
a1cb25e0b7
Update ROADMAP.rst
9 years ago
Jason McKerr
907bdf95ca
Update ROADMAP.rst
...
more formatting. I suck at RST.
9 years ago
Toshio Kuratomi
08fd017d99
Test file needed to be renamed
9 years ago
Jason McKerr
08b08da614
Update ROADMAP_2_2.rst
...
formatting
9 years ago
Jason McKerr
a81dd10646
Update ROADMAP.rst
9 years ago
Duncan Lock
05dd07c97c
Two minor grammar fixes ( #16090 )
...
* 'putting a playbook on a crontab' -> 'putting a playbook in a crontab'
* `tasks marked as "run_once" will be ran on one host in *each* serial batch.` -> `tasks marked as "run_once" will be run on one host in *each* serial batch.`
9 years ago
Toshio Kuratomi
2a5ef4496a
Workaround test failures on OSX controllers for now -- will have to look
...
more heavily into normailizing the unicode later.
9 years ago
Matt Clay
7edfeb3665
Add junit callback plugin. ( #16089 )
...
Add junit callback.
9 years ago
Toshio Kuratomi
f86df7c88b
Test that task.args are also set properly ( #15950 )
9 years ago
Jason McKerr
570f6ed4ab
Update ROADMAP_2_2.rst
9 years ago
Jason McKerr
17ca68ff0e
Update ROADMAP.rst
...
formatting stuff
9 years ago
Jason McKerr
15321960be
adding docs for individual roadmap docs. Adding subdir in docsite for
...
them. removing md file
9 years ago
Jason McKerr
b44fa00d33
changing to RST format. Simplifying this as a top level document that
...
links to working roadmaps by verision
9 years ago
ogenstad
6027e5b580
Module util, template action and doc fragment for Cisco ASA
9 years ago
Brian Coca
96495594cc
added clarification on results tests naming
9 years ago
Adrian Likins
644f0fb190
Merge pull request #15178 from alikins/galaxy_info_output
...
galaxy info displayed 'galaxy_info' section wrong [fix for #15177 ]
9 years ago
Brian Coca
3387d557bc
Revert "Add prefixing and suffixing fuctionality to assemble module" ( #16084 )
9 years ago
Matt Clay
a596ba3106
Merge pull request #16079 from mattclay/pass-tests
...
Skip some service tests for systemd.
9 years ago
Matt Clay
e45b3b89a2
Skip some service tests for systemd.
9 years ago
jctanner
c52cea8db3
Add a framework, fixtures and test for common synchronize scenarios. ( #15983 )
...
* Add a framework, fixtures and test for common synchronize scenarios.
Addresses #15905
9 years ago
Matt Clay
10a07fcc26
Update submodule refs.
9 years ago
Chris Houseknecht
ce34397cf8
Merge pull request #10399 from underyx/assemble-with-prefix-and-suffix
...
Add prefixing and suffixing fuctionality to assemble module
9 years ago
jctanner
373b23cc24
Fix mock loader for osx /etc symlinks ( #16074 )
...
Fix role based unit tests for osx via mock.patch
9 years ago
Robin Roth
c06884eff0
Run tests on ubuntu1604 and opensuseleap ( #15936 )
...
* reduce async sleep time in test
* make zypper test less destructive (don't break following uses of zypper)
* fix ca cert on suse
* fix/enable postgres/mysql on opensuseleap
* fix mysql test for mysql versions 5.7.6 and newer
* skip sni_host check on ubuntu1604
* add HTTPTESTER flag for test_uri
ubuntu 16.04 uses dash which drops env variables containing a dot
we work around this by adding an explicit env variable to enable httptester
9 years ago
Bence Nagy
13210e346f
Add integration test for assemble with a header and a footer
9 years ago
Bence Nagy
fadef43af7
Add header and footer support to assemble action
9 years ago
Matt Clay
027006b846
Don't use TEST_FLAGS for the test_tags target.
...
This allows use of --skip-tag in TEST_FLAGS without conflicting with the test.
9 years ago
Matt Clay
844b415066
Mark tasks expected to fail with EXPECTED FAILURE.
...
This allows for automated identification of tasks which are
expected to fail, but which cannot use ignore_errors because
they need to fail.
9 years ago
Matt Clay
126bc40ecf
Do not remove exception from result, hide output.
...
This allows all callback plugins access to exception details.
9 years ago
Adrian Likins
1468538414
galaxy info displayed 'galaxy_info' section wrong
...
The output of 'ansible-galaxy info' was formatting the
'galaxy_info' key with one char per line.
Previously, when building the output string, items in
role_info that had a dict for value, the label for
it's key ('galaxy_info' for ex) was being added to
the text list in addition to being appended. Only
the append is needed.
Also added a unit test in test/units/cli/test_galaxy.py,
but skip it on py3 until galaxy is py3 compatible.
fixes #15177
9 years ago
Brian Coca
4c3c294a03
fixed confusing reporting when no hosts are matched
...
it was hitting 'empty inventory' warning.
9 years ago
Devin Waas
01decf4166
added necessary argument ( #16067 )
...
E.G.
~~~~
# ./openstack.py --refresh
usage: openstack.py [-h] [--private] [--refresh] [--debug]
(--list | --host HOST)
openstack.py: error: one of the arguments --list --host is required
9 years ago
Brian Coca
e63bf1d86e
fix version/help when missing action
...
also fixed issues with galaxy cli options
9 years ago