forked from bashclub/zamba-lxc-toolbox
„zamba.conf“ ändern
This commit is contained in:
parent
ef9f089b15
commit
29af955432
@ -25,7 +25,7 @@ LXC_SHAREFS_MOUNTPOINT="tank"
|
||||
|
||||
# Define whether the container will be created in unprivileged (1) or privileged (0) mode
|
||||
# For 'zmb_standalone', 'zmb_pdc', 'zmb_member' and 'mailpiler' the container needs to be created with 'unprivileged=0'
|
||||
LXC_UNPRIVILEGED="1"
|
||||
LXC_UNPRIVILEGED="0"
|
||||
|
||||
# Size of the RAM assigned to the container
|
||||
LXC_MEM="1024"
|
||||
@ -49,7 +49,7 @@ LXC_GW="10.10.80.10"
|
||||
LXC_DNS="10.10.80.10"
|
||||
|
||||
# Networkbridge for this container
|
||||
LXC_BRIDGE="vmbr80"
|
||||
LXC_BRIDGE="vmbr0"
|
||||
|
||||
# Optional VLAN number for this container
|
||||
LXC_VLAN=""
|
||||
@ -61,7 +61,7 @@ LXC_PWD='S3cr3tp@ssw0rd'
|
||||
LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx"
|
||||
|
||||
# Define some optional packages to install (your favourite tools on linux systems)
|
||||
LXC_TOOLSET="vim htop net-tools dnsutils mc sysstat lsb-release curl git"
|
||||
LXC_TOOLSET="vim htop net-tools dnsutils mc sysstat lsb-release curl git gpg apt-transport-https"
|
||||
|
||||
# Define system timezone on LXC container
|
||||
LXC_TIMEZONE="Europe/Berlin"
|
||||
|
Loading…
Reference in New Issue
Block a user