Skip to content

Commit

Permalink
feat: add molecule test for network restricted host
Browse files Browse the repository at this point in the history
  • Loading branch information
valiac committed Feb 13, 2025
1 parent 0d7d95c commit bb13055
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,11 @@
guest_ok: false
browseable: false
create_mask: '0600'
- name: NetworkRestrictedShare
comment: 'Only allow / deny specific hosts'
hosts_allow:
- 192.168.178.
- 192.168.1.1
hosts_deny:
- 192.168.4.
- 192.168.1.2

0 comments on commit bb13055

Please sign in to comment.