nfs: del k3s2, k3s3 (#442)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #442
This commit is contained in:
parent
1ccf7cd151
commit
c9643f348f
1 changed files with 0 additions and 26 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue