Commit graph

62 commits

Author SHA1 Message Date
Bert Van Vreckem
840423b1b9 Test the current code, not the last release on Galaxy; colored output 2015-12-13 10:14:50 +01:00
Bert Van Vreckem
b9d629ae98 CentOS build should mount cgroups and run privileged 2015-12-12 13:54:56 +01:00
Bert Van Vreckem
1ac286c4dd Fix differences in init systems 2015-12-12 13:48:44 +01:00
Bert Van Vreckem
940968d86f Remove duplicate code, use build matrix 2015-12-12 13:42:26 +01:00
Bert Van Vreckem
33c4876d51 Fix docker run on Ubuntu 2015-12-12 13:36:52 +01:00
Bert Van Vreckem
609812fb48 Set some role variables in the test playbook 2015-12-12 11:36:56 +01:00
Bert Van Vreckem
5260215d28 Change order in build process 2015-12-12 11:36:33 +01:00
Bert Van Vreckem
0060d6d1c8 Add idempotence test 2015-12-12 11:29:05 +01:00
Bert Van Vreckem
5d73dbbb94 Fix path to Dockerfile 2015-12-12 11:20:32 +01:00
Bert Van Vreckem
43c25c0302 Run multi-platform test on Travis-CI 2015-12-12 11:17:40 +01:00
Jeff Geerling
2abee5155c Issue #4: Document apache_packages variable. 2015-01-09 23:51:13 -06:00
Jeff Geerling
36d79e5f26 Revert test and add always_run to solve #20. 2015-01-09 23:46:28 -06:00
Jeff Geerling
e5e6ece01a Add --check test. 2015-01-09 23:43:17 -06:00
Jeff Geerling
17a99089ab Update documentation and fix a few variables for vhosts configuration. 2015-01-09 23:30:07 -06:00
Jeff Geerling
5d8bf8b6fd Merge pull request #23 from LewisW/master
Made "vhost.conf" filename configurable
2015-01-09 23:24:29 -06:00
Jeff Geerling
bc807c9cdb Merge pull request #22 from lesmyrmidons/master
Add optional parameter ServerAlias
2015-01-09 23:22:03 -06:00
Lewis Wright
0fe7d43213 Updated readme with apache_vhosts_filename 2015-01-08 17:32:06 +00:00
Lewis Wright
5eeace69bb Made the vhost.conf filename configurable 2015-01-08 17:29:36 +00:00
Kevin ARBOUIN
c4b6fa8bb4 Add parameters ServerAlias 2014-12-29 21:56:03 +01:00
Jeff Geerling
2dfd2026ef Update test. 2014-11-08 14:31:56 -06:00
Jeff Geerling
8abd97bb32 Issue #17: SSL Support. 2014-11-05 10:07:20 -06:00
Jeff Geerling
a0e4fe4c6e Merge pull request #16 from guillaumededrie/fix/error-vhost-link
Prevent task symlink vhost for Debian to failed.
2014-11-05 08:33:20 -06:00
Guillaume Dedrie
b13cb7d4ba Prevent task symlink vhost for Debian to failed.
When vhost has not been created (using apache_create_vhosts: no), the
tasks should not be executed, otherwise it'll failed as the vhosts.conf
file has not been created and cannot been linked.
2014-11-04 18:02:42 +01:00
Jeff Geerling
d687bb21c5 Issue #14: Fix Apache version detection and related configuration for more flexibility. 2014-10-22 13:41:14 -05:00
Jeff Geerling
aff1f3a524 Issue #15: Role broken on non-Ubuntu Precise and Trusty Debians. 2014-10-15 08:39:44 -05:00
Jeff Geerling
4da5f52668 Update apt cache if necessary. 2014-10-10 09:41:19 -05:00
Jeff Geerling
034bdb7949 Code style cleanup. 2014-10-05 19:13:00 -05:00
Jeff Geerling
d191d3a7fd Issue #12: Use sites-available and sites-enabled Debian convention. 2014-10-05 18:58:35 -05:00
Jeff Geerling
3a277cbff6 Issue #1: Add updated vhosts file for Apache 2.4. 2014-10-05 18:15:56 -05:00
Jeff Geerling
83ab160cff Issue #5: Allow apache_packages to be overridden. 2014-10-05 08:02:17 -05:00
Jeff Geerling
a59400ef68 Merge pull request #10 from seschwar/master
Fix apache_mods_enabled and role defaults for Ubuntu.
2014-09-10 20:18:23 -05:00
Sebastian Schwarz
6820a17c92 Make apache_mods_enabled work.
The variable apache_mods_enabled was always overridden by
vars/Debian.yml.  It should be placed in defaults/main.yml
instead so the user's changes take effect as specied in the
README.

Also deleted superfluous files defaults/Debian.yml,
defaults/RedHat.yml and vars/main.yml.  The former two were
never read and the contents of the latter one should be placed
in defaults/main.yml.
2014-09-10 12:21:21 +02:00
Jeff Geerling
1a06c72885 Install current version of Ansible when testing instead of 1.5.0. 2014-08-03 21:45:04 -05:00
Jeff Geerling
f7f52740f0 Add ids for environments. 2014-05-10 13:33:06 -05:00
Jeff Geerling
c92d089f70 Updated README and Debian vars. 2014-05-05 10:04:26 -05:00
Jeff Geerling
0318fedaf4 Update variables to allow easier overriding of vhosts. 2014-05-05 09:58:15 -05:00
Jeff Geerling
2184538876 Use defaults instead of main vars for easier overriding. 2014-05-05 09:45:51 -05:00
Jeff Geerling
d2401eb840 Update Travis to test the role itself (less setup work). 2014-04-23 12:59:07 -05:00
Jeff Geerling
781c8cbfd8 Update meta description. 2014-04-23 12:38:25 -05:00
Jeff Geerling
ca4e5f8cfe Adjust Apache mod enabling on Debian/Ubuntu. 2014-04-23 09:49:55 -05:00
Jeff Geerling
917b9edbc7 Add apache_create_vhosts var, and allow mods to be enabled on Debian hosts. 2014-04-23 09:47:33 -05:00
Jeff Geerling
b8bd8d5e4c Back to a passing build. 2014-04-22 10:58:01 -05:00
Jeff Geerling
48251c9f5a Fixed up errant quote. 2014-04-22 10:36:30 -05:00
Jeff Geerling
c27d453466 Better formatting for .travis.yml. 2014-04-22 10:21:44 -05:00
Jeff Geerling
ea62c96c5a Test idempotence test in playbook. 2014-04-22 10:02:31 -05:00
Jeff Geerling
14f32f8382 Check for idempotency within .travis.yml. 2014-04-22 09:43:36 -05:00
Jeff Geerling
718edc6fa2 More testing with Travis. 2014-04-22 09:31:45 -05:00
Jeff Geerling
e4f1b37bdd Get idempotence test working - more testing. 2014-04-22 08:57:50 -05:00
Jeff Geerling
626578ea9d Get idempotence test working. 2014-04-22 08:54:04 -05:00
Jeff Geerling
0e3a6bb463 Added idempotence test and integration test via Travis. 2014-04-22 08:47:05 -05:00