Commit graph

73 commits

Author SHA1 Message Date
Jeff Geerling
20a97b31d6 Ignore the tyranny of ansible-lint rule 106. 2020-08-20 19:22:21 -05:00
Jeff Geerling
5838fad667 Fixes lint issue with file permissions. 2020-08-20 11:39:53 -05:00
Jeff Geerling
25c0e47af2 Upgrade Travis CI docker version to fix Molecule tests. 2020-08-12 14:55:25 -05:00
Jeff Geerling
d45865e4ab PR #43: Add CentOS 8 test in Travis CI. 2020-07-13 16:21:27 -05:00
Jeff Geerling
9794a9dfc9
Merge pull request #43 from laddp/rhel8-support
Update to work for RHEL8 and future proof by making RHEL-6 the except…
2020-07-13 16:20:38 -05:00
Patrick Ladd
90446e8967 Update to work for RHEL8 and future proof by making RHEL-6 the exception case 2020-07-01 16:51:32 -04:00
Jeff Geerling
2c9f88b750 Ensure galaxy meta information is consistent on all my roles. 2020-05-26 09:46:08 -05:00
Jeff Geerling
4097829d11 Add probot/stale configuration to repository for stale issues. 2020-03-05 10:44:24 -06:00
Jeff Geerling
55390fd0b3 Make sure molecule lint script has set -e option. 2020-02-24 09:44:57 -06:00
Jeff Geerling
2a580b2621 Update molecule configuration to work with 3.0. 2020-02-20 15:54:46 -06:00
Jeff Geerling
b2b7e4dd58 Update molecule configuration to work with 3.0. 2020-02-20 14:28:52 -06:00
Jeff Geerling
a182a316bd Update molecule configuration to work with 3.0. 2020-02-20 14:22:51 -06:00
Jeff Geerling
fb6cf7180f YAML syntax fix. 2019-12-11 10:40:55 -06:00
Jeff Geerling
032e25880c
Create FUNDING.yml 2019-12-11 09:50:58 -06:00
Jeff Geerling
1936e68077
Merge pull request #33 from svpernova09/patch-1
Update NFS Ubuntu link to LTS url
2019-06-11 12:27:35 -05:00
Joe Ferguson
e5da6b80f9
Update NFS Ubuntu link to LTS url
the 14.04 URL is currently returning 404. Swapping out that link for a link to the LTS docs.
2019-06-11 11:17:22 -05:00
Jeff Geerling
a193335f9b Remove unused tests. 2019-05-16 22:17:31 -05:00
Jeff Geerling
2372246e79 Update tests for optimum efficiency. 2018-10-23 10:18:55 -05:00
Jeff Geerling
cc2cb6663c Be a little less strict about line length. 2018-09-25 22:39:21 -05:00
Jeff Geerling
bc99b08bcd Standardize molecule config across roles. 2018-09-25 22:10:22 -05:00
Jeff Geerling
e610cc7008 Issue #30: More efficient Travis CI setup with Molecule. 2018-09-25 21:01:50 -05:00
Jeff Geerling
2e5ebc9236 Issue #30: Try to rename the Travis CI working directory. 2018-09-25 20:44:15 -05:00
Jeff Geerling
ad911a67f2 Fixes #30: Switch tests to use Molecule. 2018-09-25 20:24:48 -05:00
Jeff Geerling
b98cfe46ca PR #29 follow-up: Bump minimum required version. 2018-09-21 08:53:36 -05:00
Jeff Geerling
73e306cbbc
Merge pull request #29 from mprasil/master
Use include_tasks instead of include (fixes #20)
2018-09-21 08:52:40 -05:00
mprasil
9e02ea7195
Use include_tasks instead of include (fixes #20) 2018-09-20 16:24:17 +01:00
Jeff Geerling
331bcdb0b8
Merge pull request #27 from joelnb/fix-apt-deprecation-warning
Pass the list of packages to apt directly
2018-07-31 11:19:20 -05:00
Jeff Geerling
f6f768f6ba
Merge pull request #26 from vincent-legoll/conf_reload
Use exportfs -ra instead of restarting the NFS service
2018-07-31 11:18:54 -05:00
Joel Noyce Barnham
48114e97f7 Pass the list of packages to apt directly
The current method results in a deprecation warning on the latest
version of Ansible.
2018-07-15 11:08:44 +01:00
Vincent Legoll
8e7803392f Use exportfs -ra instead of restarting the NFS service to avoid breaking already existing mounts 2018-04-24 15:35:50 +02:00
Jeff Geerling
f2778aa96f
Merge pull request #22 from vincent-legoll/patch-1
Update README.md
2018-04-20 09:13:06 -05:00
Jeff Geerling
5e25122d12 Fix deprecation warnings in Ansible 2.5 for state 'present'. 2018-04-04 13:49:38 -05:00
Vincent Legoll
57ec5eb9ac
Update README.md
Fix list definition, it was typoed with "{}" instead of "[]"...
2018-02-14 17:15:35 +01:00
Jeff Geerling
32476114c1 Update test script README. [ci skip] 2017-04-02 10:41:44 -05:00
Jeff Geerling
4b134b881a Switch to more efficient and compact test setup. 2017-04-01 23:33:34 -05:00
Jeff Geerling
6acce4b252 Add a LICENSE file for MIT license. [ci skip] 2017-03-31 11:24:41 -05:00
Jeff Geerling
288093bc09 Update the author's URL. Now with more HTTPS! 2017-01-21 20:01:27 -06:00
Jeff Geerling
c40f2b2db1 Fix test failures on Ubuntu 12.04. 2016-11-23 09:24:45 -06:00
Jeff Geerling
53e79c90cf Fix Ubuntu test failures due to apt update. 2016-11-23 09:12:55 -06:00
Jeff Geerling
514225b031 Remove sudo requirement from Travis build. 2016-09-25 15:50:11 -05:00
Jeff Geerling
fa579708c7 Disable 16.04 test for now. 2016-09-13 22:25:20 -05:00
Jeff Geerling
c6c9cce6d3 Fix broken tests. 2016-09-13 22:18:58 -05:00
Jeff Geerling
192af0dabb Modern Docker multi-OS test layout. 2016-09-13 22:15:09 -05:00
Jeff Geerling
fffe8b108d Restart NFS immediately if exports are updated. 2016-03-11 21:40:30 -06:00
Jeff Geerling
efefbf0bc1 Fix syntax error in meta/main.yml. 2016-03-11 10:52:44 -06:00
Jeff Geerling
8670eb1720 Fix Ansible 2.0 deprecation warning for bare variables. 2016-03-11 10:47:32 -06:00
Jeff Geerling
492a9df298 Bump Ansible version to 2.0 since role now uses package for RHEL. 2016-03-11 10:46:17 -06:00
Jeff Geerling
a653147e7b PR #16 follow-up - add Fedora to meta/main.yml. 2016-03-11 10:45:39 -06:00
Jeff Geerling
8977a445bf Tweaks to fix NFS setup and handler. 2016-03-11 10:44:05 -06:00
Jeff Geerling
8dbcd26feb Merge pull request #16 from djipko/master
Add support for Fedora systems
2016-03-11 10:43:09 -06:00