feat: Add nfs server to host machines
This commit is contained in:
parent
2b05fc7363
commit
547ab91972
5 changed files with 50 additions and 0 deletions
|
|
@ -25,6 +25,11 @@
|
|||
name: system
|
||||
tags: system
|
||||
|
||||
- name: Set up nfs shares
|
||||
ansible.builtin.import_role:
|
||||
name: nfs
|
||||
tags: nfs
|
||||
|
||||
# FIXME: Role needs much fixup before it can run
|
||||
# - name: Prepare incus
|
||||
# ansible.builtin.import_role:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue