Skip to content

Commit

Permalink
Issue #10: One last thing to make sure NFS mounts work on all nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Apr 23, 2024
1 parent b8544ff commit ae3361b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
dest: "~/k3s_install.sh"
mode: a+x

- name: Install required dependencies
ansible.builtin.apt:
name: nfs-common
state: present


- name: Configure storage node.
hosts: storage
Expand Down

0 comments on commit ae3361b

Please sign in to comment.