nfs: del k3s2, k3s3 (#442)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #442
This commit is contained in:
Michael Grote 2022-12-23 12:22:43 +01:00
parent 1ccf7cd151
commit c9643f348f
1 changed files with 0 additions and 26 deletions

View File

@ -64,29 +64,3 @@
from_ip: 192.168.2.40
comment: 'nfs'
to_port: "{{ nfs_port }}"
# k3s2
- rule: allow
from_ip: 192.168.2.41
comment: 'nfs'
to_port: 2049
- rule: allow
from_ip: 192.168.2.41
comment: 'nfs'
to_port: 111
- rule: allow
from_ip: 192.168.2.41
comment: 'nfs'
to_port: "{{ nfs_port }}"
# k3s3
- rule: allow
from_ip: 192.168.2.42
comment: 'nfs'
to_port: 2049
- rule: allow
from_ip: 192.168.2.42
comment: 'nfs'
to_port: 111
- rule: allow
from_ip: 192.168.2.42
comment: 'nfs'
to_port: "{{ nfs_port }}"