Commit graph

178 commits

Author SHA1 Message Date
Jeff Geerling
b280d7af54 PR #118: Oxford comma. 2017-01-05 16:06:05 -06:00
Jeff Geerling
e621f9cf33 Merge pull request #118 from oxyc/apache_packages_state
Add apache_packages_state to allow upgrading Apache versions
2017-01-05 16:03:46 -06:00
Oskar Schöldström
4fb372d104 Add apache_packages_state to allow upgrading Apache versions 2017-01-05 16:46:15 -05:00
Jeff Geerling
2ad0164cfe Issue #103, PR #63: Add notes on basic HTTP auth. 2016-12-09 09:50:50 -06:00
Jeff Geerling
06a740a3ce PR #105 follow-up: Add documentation for apache_vhosts_template. 2016-12-09 09:46:04 -06:00
Jeff Geerling
1da6fa3b2c Merge pull request #72 from RobertoSolis/master
Added allow_duplicates. Allow add the role as a dependency more than …
2016-12-09 09:41:04 -06:00
Jeff Geerling
304bf5564e PR #95 cleanup: Break at 80 cols. 2016-12-09 09:05:05 -06:00
Jeff Geerling
8ba84dd848 Merge pull request #95 from andyfeller/restart_apache_reload
Enhance apache restart handler to allow optional reloading
2016-12-09 09:03:08 -06:00
Jeff Geerling
5817624949 Merge pull request #105 from sysinit/master
make template file configurable
2016-12-09 08:58:59 -06:00
Jeff Geerling
899da2b00d Merge pull request #86 from Christoph-D/configurable-options
Make "AllowOverride" and "Options" configurable
2016-12-09 08:56:55 -06:00
Jeff Geerling
88d910923c Fixes #110: Ansible 2.2 causes 'apache_packages' is undefined. 2016-11-02 15:53:19 -05:00
Jeff Geerling
c1ba6af389 Merge pull request #107 from stevenspasbo/master
Removed duplication in tasks
2016-10-11 21:29:46 -05:00
Steven Spasbo
9e0ac92df1 Removed duplicate tasks 2016-10-11 10:44:34 -07:00
Jeff Geerling
bdba3503da Remove sudo requirement from Travis build. 2016-09-25 15:49:09 -05:00
Jeff Geerling
379e1cd11f Update travisfile to not require sudo. 2016-09-25 14:45:34 -05:00
Frank Mueller
f3ac2f17ce make template file configurable 2016-09-02 13:37:41 +02:00
Jeff Geerling
0b7cd353c0 Adjust Travis file for easier maintenance. 2016-08-31 20:25:05 -05:00
Jeff Geerling
ccfb1fbcb7 Better Travis idempotence test. 2016-08-28 22:10:47 -05:00
Jeff Geerling
3bb85dbec4 Adjust valid apt cache time. 2016-08-28 20:39:20 -05:00
Jeff Geerling
bc0292a42e Test on Ubuntu 16.04. 2016-08-28 20:33:01 -05:00
Jeff Geerling
54d4192363 Use older version of Docker for now. 2016-08-28 20:23:31 -05:00
Jeff Geerling
7e004811a5 Fix Travis test docker pull command. 2016-08-28 20:14:10 -05:00
Jeff Geerling
ca4ac9945b Use Docker Hub images for efficient tests. 2016-08-28 20:12:26 -05:00
Andy Feller
f5cdabd466 Enhance apache restart handler to allow for reloading configuration versus restarting service 2016-06-22 08:01:49 -04:00
Christoph Dittmann
b0d8061675 Make "AllowOverride" and "Options" configurable
This commit allows the user to change the "AllowOverride" and "Options"
directives of the documentroot directory for different vhosts.

The default values are "AllowOverride All" and "Options -Indexes
+FollowSymLinks" (see defaults/main.yml), so this commit is fully
backwards compatible.
2016-04-26 10:56:36 +02:00
Jeff Geerling
6d623d00c4 Merge pull request #85 from Christoph-D/single-config
Merge the templates for apache 2.2 and 2.4
2016-04-25 13:09:38 -05:00
Christoph Dittmann
ae3a1a6332 Merge the templates for 2.2 and 2.4
The only real difference between apache version 2.2 and 2.4 are the
"Order/Allow" directives which have been replaced with "Require", so
there seems to be no need to maintain two separate templates.

As a side-effect, this merges geerlingguy/ansible-role-apache#69 into
the apache 2.2 config.
2016-04-25 18:29:26 +02:00
Jeff Geerling
1c536ef995 Add Xenial to supported Ubuntu versions. 2016-04-22 14:06:50 -05:00
Jeff Geerling
14e14f94c3 PR #83 follow-up 2016-04-20 21:09:41 -05:00
Jeff Geerling
d79bc4f3b4 Merge pull request #83 from woohgit/master
Add configuration for listen address
2016-04-20 21:05:02 -05:00
Adam Papai
547c0b404c
Add configuration for listen address
By default I leave it as "*", but for many cases, we don't want to bind our
apache to all network addresses available for the server. For example if we
want to only bind the apache to the localhost, we can use the following
configuration:

  apache_listen_ip: "127.0.0.1"
2016-04-20 11:46:12 +02:00
Jeff Geerling
1bbf949a9f Fix deprecation warnings in Ansible 2.x. Bump required version. 2016-02-28 23:32:02 -06:00
Jeff Geerling
2b44f305e9 Fix Travis tests. 2016-02-08 23:01:57 -06:00
Jeff Geerling
9e4aa0d361 Fix spacing in Travis file. 2016-02-08 13:50:39 -06:00
Jeff Geerling
3e39d0e75d Merge pull request #76 from liquidat/readme
Update README to include Solaris and SLES
2016-02-06 13:47:41 -08:00
liquidat
cf462e2f27 Update README to include Solaris and SLES 2016-02-06 11:27:09 +01:00
Jeff Geerling
f3d56d5c91 Merge pull request #75 from liquidat/master
Add Suse version to meta/main.yml
2016-02-02 09:17:18 -08:00
liquidat
9d9443aedd Add missing versions string 2016-02-02 15:46:03 +01:00
liquidat
656dc8a252 Add Suse version to meta/main.yml 2016-02-01 21:56:48 +01:00
Jeff Geerling
be4f9a20db Add note about Suse support, and fix galaxy_tags. 2016-02-01 12:22:12 -06:00
Jeff Geerling
1c310efaa4 Add notifications for Galaxy. 2016-02-01 12:21:26 -06:00
Jeff Geerling
7a9091c730 Merge pull request #67 from liquidat/master
Solaris and Suse support
2016-02-01 10:12:07 -08:00
liquidat
77a766e4fb Fix configuration path in Solaris 2016-02-01 11:29:10 +01:00
liquidat
7aa1f2e0c8 Add Suse configuration and proper service handling
- Suse listen configuration points to listen.conf file
- service handler uses service variable
2016-02-01 11:17:20 +01:00
liquidat
8b8d428062 Correct bin name in Suse is httpd2 2016-02-01 10:49:03 +01:00
liquidat
8c39811daa Add distribution to task name 2016-02-01 10:48:41 +01:00
liquidat
170a9c2446 Add Suse support
- set proper package and service name apache2
- configure given packages for Suse
- install packages
- start service
2016-02-01 10:37:57 +01:00
liquidat
80d2a89369 Merge remote-tracking branch 'upstream/master' 2016-01-29 23:53:35 +01:00
RobertoSolis
84362faf76 Added allow_duplicates. Allow add the role as a dependency more than once. If another role also list it as a dependency will be run again. 2016-01-26 16:11:01 +01:00
Jeff Geerling
4e1dc8434a PR #69: Adjust the wording for new variable. 2016-01-18 10:40:40 -06:00