From 0261e875679f1bf63c8d689da7fc7e014597885d Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Sat, 4 Feb 2023 01:23:43 -0500 Subject: initial commit --- playbooks/nfs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 playbooks/nfs.yml (limited to 'playbooks/nfs.yml') diff --git a/playbooks/nfs.yml b/playbooks/nfs.yml new file mode 100644 index 0000000..a066afb --- /dev/null +++ b/playbooks/nfs.yml @@ -0,0 +1,9 @@ +- import_playbook: common.yml + vars: + hostlist: nfs_servers + +- name: configure nfs exports + hosts: nfs_servers + tags: nfs + roles: + - nfs_server -- cgit