Jeff Geerling
|
cd20a997b0
|
Make ansible-lint work again.
|
2021-02-22 16:12:22 -06:00 |
|
Jeff Geerling
|
4ac7a07fb0
|
Align molecule config with other roles.
|
2020-11-05 09:49:31 -06:00 |
|
Jeff Geerling
|
2f25dcb9c5
|
Another attempt at getting the release to work.
|
2020-11-04 21:59:23 -06:00 |
|
Jeff Geerling
|
a020f94e7d
|
Issue #201: Use proper repository variable in actions workflow syntax.
|
2020-11-04 21:56:06 -06:00 |
|
Jeff Geerling
|
2f1b4546a4
|
Issue #201: Try to match tag pushes instead of release creation.
|
2020-11-04 21:31:05 -06:00 |
|
Jeff Geerling
|
8f4c8cc4bb
|
Issue #201: Add release workflow.
|
2020-11-03 11:32:50 -06:00 |
|
Jeff Geerling
|
da44596f93
|
Issue #201: Add back in other OSes to test.
|
2020-11-03 10:33:36 -06:00 |
|
Jeff Geerling
|
bb303332d3
|
Issue #201: More explicit depdencies.
|
2020-11-03 10:29:36 -06:00 |
|
Jeff Geerling
|
19773e86d1
|
Issue #201: Logging output for ansible provisioner.
|
2020-11-03 10:25:45 -06:00 |
|
Jeff Geerling
|
819d554b92
|
Issue #201: Fix pathing for molecule and re-fix lint issues.
|
2020-11-03 10:23:14 -06:00 |
|
Jeff Geerling
|
3d1e88ed91
|
Issue #201: Debug on one OS for now. Test linting.
|
2020-11-03 10:11:44 -06:00 |
|
Jeff Geerling
|
1e25940b5a
|
Issue #201: Update status badge, remove linting from Molecule.
|
2020-11-03 10:01:08 -06:00 |
|
Jeff Geerling
|
4123a60016
|
Issue #201: Actually remove Travis CI integration.
|
2020-11-03 09:59:55 -06:00 |
|
Jeff Geerling
|
70ea916f90
|
Issue #201: Remove Travis CI integration.
|
2020-11-03 09:59:11 -06:00 |
|
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 |
|