Commit graph

62 commits

Author SHA1 Message Date
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
Nikola Dipanov
e7c2f5a175 Make the role work on Fedora systems
The commit makes sure that we include the correct overrides for service
names, and also that we don't assume yum as the package manager since
newer Fedora versions (22 and above) use dnf.

Tested on Fedora 23.
2016-03-11 14:24:57 +00:00
Jeff Geerling
4f0519acee Updates for Ansible Galaxy 2.0. 2016-03-02 15:58:42 -06:00
Jeff Geerling
9c09e8e012 Merge pull request #15 from edespino/fix-case-2nd-attempt
Fix case-sensitivity (Redhat-7.yml->RedHat-7.yml).
2016-02-11 07:58:11 -08:00
Jeff Geerling
f92b964835 Merge pull request #12 from TieWei/ensure-export-exists
Ensure directories to export exist
2016-02-02 20:31:14 -08:00
Wei Tie
7579b0852d Ensure directories to export exist 2016-02-03 09:18:54 +08:00
Jeff Geerling
667265b14c Add Ansible Galaxy notifications. 2016-02-02 11:18:37 -06:00
Jeff Geerling
6aebafc392 Fixes #9 and #13: Fix nfs_server_daemon for RHEL 7. 2016-02-02 11:11:07 -06:00
Jeff Geerling
e10f531aa2 Merge pull request #13 from TieWei/rhel7
Adapt nfs_server_daemon for RHEL7
2016-02-02 09:09:34 -08:00
Wei Tie
6986526cc8 Adapt nfs_server_daemon for RHEL7 2016-02-02 11:49:25 +08:00
Ed Espino
b5aa7fd944 Fix case-sensitivity (Redhat-7.yml->RedHat-7.yml). 2015-12-20 14:06:53 -08:00
Jeff Geerling
d25407f994 Fix test failure on Ubuntu hosts. 2015-03-25 11:04:22 -05:00