mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
forgot the other half
This commit is contained in:
parent
3d4ba01669
commit
94eba07636
1 changed files with 3 additions and 1 deletions
|
@ -165,7 +165,7 @@ sshd_enabled: True
|
|||
openvpn_install: True
|
||||
openvpn_enabled: False
|
||||
# For /etc/iiab/openvpn_handle
|
||||
openvpn_handle:
|
||||
openvpn_handle:
|
||||
# cron seems necessary on CentOS:
|
||||
openvpn_cron_enabled: False
|
||||
# General OpenVPN settings
|
||||
|
@ -229,6 +229,8 @@ cups_port: 631
|
|||
# Samba. Do a security audit seriously before deploying this.
|
||||
samba_install: False
|
||||
samba_enabled: False
|
||||
samba_udp_ports: "137:138"
|
||||
samba_tcp_mports: "139,445"
|
||||
shared_dir : "{{ content_base }}/public" # /library/public
|
||||
|
||||
# usb-lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue