Jeff Geerling
cf6003a500
Fixes #173 , gets it working on RHEL 8 and removes deprecated usage of bare variable.
2019-07-23 15:01:49 -05:00
Jeff Geerling
ce47d61e3b
Add ubi8 and debian10 tests, see what happens.
2019-07-23 14:34:34 -05:00
Jeff Geerling
e71d768f21
Drop Debian 8 test from runs since it always fails due to apt issues now.
2019-03-27 22:04:28 -05:00
Jeff Geerling
c3d875c3ee
Remove invalid platform according to Galaxy importer.
2018-11-21 20:55:45 -06:00
Jeff Geerling
fe86cb62ed
Update tests for optimum efficiency.
2018-10-23 09:29:45 -05:00
Jeff Geerling
f360b9af13
Add fedora to listed platforms.
2018-10-12 09:35:42 -05:00
Jeff Geerling
9ae596a2e2
Merge pull request #158 from smeek/use-package-instead-of-yum-in-setup-RedHat
...
Update setup-RedHat.yml
2018-10-12 09:29:03 -05:00
smeek
9a0f04ccb8
Update setup-RedHat.yml
...
Use the `package` module rather than `yum` so that `package` can delegate to `yum` or `dnf` as needed
2018-10-11 12:33:00 +01:00
Jeff Geerling
2d8e23af5a
Fix broken behavior under Ansible 2.7 due to yum module change.
2018-10-08 11:56:04 -05:00
Jeff Geerling
c01aecaa78
Prevent failures on Ansible 2.7 when no repo is set on RedHat.
2018-10-04 16:53:12 -05:00
Jeff Geerling
8912bc85fa
Issue #156 : Test Debian 8 and Debian 9, not Debian 9 twice.
2018-09-26 09:03:58 -05:00
Jeff Geerling
d579c1497f
Be a little less strict about line length.
2018-09-25 22:38:51 -05:00
Jeff Geerling
afb02c39ca
Issue #156 : Fix some Ansible Lint issues.
2018-09-25 22:19:58 -05:00
Jeff Geerling
c71fb7f204
Fixes #156 : Switch tests to use Molecule.
2018-09-25 22:11:49 -05:00
Jeff Geerling
71f928b9f1
Fix a few ansible-lint issues.
2018-09-25 21:36:20 -05:00
Jeff Geerling
c8c80dd3ac
Merge branch 'jansepke-patch-1'
2018-04-04 14:13:04 -05:00
Jeff Geerling
3646f040e1
Fix deprecation warnings in Ansible 2.5 for state 'present'.
2018-04-04 13:57:50 -05:00
Jeff Geerling
145fb74dce
PR #142 : Bump minimum required Ansible version to 2.4.
2018-04-04 13:37:51 -05:00
Jeff Geerling
aeba12b45b
Fixes #151 : Don't test Ubuntu 12.04. Test Ubuntu 18.04 and Debian 9.
2018-04-04 13:28:10 -05:00
Jeff Geerling
155a98cd63
Fix README ssl vhost example formatting.
2018-02-14 16:45:26 -06:00
Jan Sepke
b2745274c0
remove deprecation warning
...
use include_tasks instead of include + static
2018-01-10 11:49:32 +01:00
Jeff Geerling
88b469048a
Merge pull request #134 from ArgonQQ/patch-1
...
Removed inconsistent ssl vhost example
2017-06-21 12:52:53 -05:00
Marcel Sinn
356c51a799
Removed inconsistent ssl vhost example
...
This example freaked me out. Took some time till I figured out that I have to remove the brackets and fix the spacings to add extra_parameters to the ssl vhost configuration. For me it would have been easier this way. Maybe you agree with me.
Thanks a lot already for this awesome ansible book!
Greetings
~ ArgonQQ
2017-06-19 22:53:59 +02:00
Jeff Geerling
422b17d27e
Merge pull request #130 from betheoutlier/encapsulate-paths-vhosts
...
The documentroot paths for the vhosts were not encapsulated in quotes…
2017-05-09 10:16:32 -05:00
maestrojed
b273bfb2c3
The documentroot paths for the vhosts were not encapsulated in quotes which would cause an apache error for paths with spaces or other restricted characters
2017-05-08 21:24:48 -04:00
Jeff Geerling
586bcf7845
Bump minimum Ansible version requirement.
2017-04-12 10:42:37 -05:00
Jeff Geerling
7da5582cd8
Switch from deprecated always_run to check_mode.
2017-04-12 10:39:53 -05:00
Jeff Geerling
84f285d24e
PR #127 follow-up: Add support for Amazon Linux.
2017-04-03 09:52:48 -05:00
Jeff Geerling
bea019394a
Merge pull request #127 from mgla/master
...
Add compatibility for AmazonLinux.
2017-04-03 09:51:29 -05:00
Maik Glatki
0d8bb6d11f
Improve task naming.
2017-04-03 14:46:27 +00:00
Maik Glatki
73bd75f4b4
Add compatibility for AmazonLinux.
...
Ansible identifies AmazonLinux as:
ansible_os_family: "RedHat"
ansible_distribution_major_version == "NA"
But it is seemingly otherwise indistinguishable from RedHat / CentOS.
This sets the correct variables for packages, services, etc, which
differ from RHEL / CentOS.
2017-04-03 10:01:09 +00:00
Jeff Geerling
9e4be6c2c6
Update test script README. [ci skip]
2017-04-02 10:40:11 -05:00
Jeff Geerling
7381d7e58f
Switch to more efficient and compact test setup.
2017-04-01 22:41:34 -05:00
Jeff Geerling
198ba9ee5d
Add a LICENSE file for MIT license. [ci skip]
2017-03-31 11:23:07 -05:00
Jeff Geerling
e622488d63
Update the author's URL. Now with more HTTPS!
2017-01-21 19:59:48 -06:00
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