Commit graph

228 commits

Author SHA1 Message Date
Jeff Geerling
d4aeccde26 Issue #202: Separate linting into separate job and run in correct folder. 2020-11-03 09:58:34 -06:00
Jeff Geerling
a20c887c6e Issue #201: Add GitHub Actions CI workflow. 2020-11-03 09:51:34 -06:00
Jeff Geerling
8eaa30ca47 Switch to travis-ci.com. 2020-10-26 20:08:25 -05:00
Jeff Geerling
2277b6178c Make sure docker driver is installed with molecule. 2020-10-15 17:01:59 -05:00
Jeff Geerling
0e8c90d88e Ignore the tyranny of ansible-lint rule 106. 2020-08-20 19:19:01 -05:00
Jeff Geerling
04600b45f6 Fix linting issues. 2020-08-20 12:22:09 -05:00
Jeff Geerling
e0d9092779 Upgrade Travis CI docker version to fix Molecule tests. 2020-08-12 14:52:03 -05:00
Jeff Geerling
a215f0d58c Ensure galaxy meta information is consistent on all my roles. 2020-05-26 09:42:46 -05:00
Jeff Geerling
865f87e14b Add probot/stale configuration to repository for stale issues. 2020-03-05 10:41:28 -06:00
Jeff Geerling
7e040f2301 Make sure molecule lint script has set -e option. 2020-02-24 09:42:10 -06:00
Jeff Geerling
77f39119bc Fixes #186: Update tests to use Molecule 3.0 and lint manually. 2020-02-20 12:21:11 -06:00
Jeff Geerling
199a138c17 YAML syntax fix. 2019-12-11 10:23:03 -06:00
Jeff Geerling
205996c5b0
Create FUNDING.yml 2019-12-11 09:47:27 -06:00
Jeff Geerling
f065c8e497 Test on CentOS 8 and not on unsupported Ubuntu 14.04. 2019-12-10 22:44:24 -06:00
Jeff Geerling
f2b91ac840 Fixes #173 again: cast string to int for comparison. 2019-07-23 15:13:10 -05:00
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