diff options
author | Michal Zegan <m.zegan@samsung.com> | 2019-04-09 15:21:52 +0200 |
---|---|---|
committer | Samuli Silvius <s.silvius@partner.samsung.com> | 2019-04-17 08:18:00 +0000 |
commit | 1266d180911300c4236a6e1411b1f1782884dafb (patch) | |
tree | 90488bd4aa1bde844a1d14a74bf817bd9591734b /ansible/roles/nfs/molecule/default/cleanup.yml | |
parent | bb3bef83ca562b9aadc288b3ec46264d73ec73ac (diff) |
Improve nfs role
This commit improves the nfs role by
using cluster_ip variable instead of ansible_host for getting
nfs client/server address, and
using /etc/exports.d instead of /etc/exports for
exporting nfs filesystem.
Also, this commit fixes other
issues in molecule found along the way.
Change-Id: Ibd4ea5d4fd937116e2dc9e1b6f85c3e019f62e17
Issue-ID: OOM-1770
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'ansible/roles/nfs/molecule/default/cleanup.yml')
-rw-r--r-- | ansible/roles/nfs/molecule/default/cleanup.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/roles/nfs/molecule/default/cleanup.yml b/ansible/roles/nfs/molecule/default/cleanup.yml new file mode 100644 index 00000000..a085bd5a --- /dev/null +++ b/ansible/roles/nfs/molecule/default/cleanup.yml @@ -0,0 +1,6 @@ +--- +- name: Cleanup + hosts: all + ignore_unreachable: true + roles: + - cleanup-nfs |