forked from bashclub/zamba-lxc-toolbox
		
	„zamba.conf“ ändern
This commit is contained in:
		@@ -25,7 +25,7 @@ LXC_SHAREFS_MOUNTPOINT="tank"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Define whether the container will be created in unprivileged (1) or privileged (0) mode
 | 
					# 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'
 | 
					# 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
 | 
					# Size of the RAM assigned to the container
 | 
				
			||||||
LXC_MEM="1024"
 | 
					LXC_MEM="1024"
 | 
				
			||||||
@@ -49,7 +49,7 @@ LXC_GW="10.10.80.10"
 | 
				
			|||||||
LXC_DNS="10.10.80.10"
 | 
					LXC_DNS="10.10.80.10"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Networkbridge for this container
 | 
					# Networkbridge for this container
 | 
				
			||||||
LXC_BRIDGE="vmbr80"
 | 
					LXC_BRIDGE="vmbr0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Optional VLAN number for this container
 | 
					# Optional VLAN number for this container
 | 
				
			||||||
LXC_VLAN=""
 | 
					LXC_VLAN=""
 | 
				
			||||||
@@ -61,7 +61,7 @@ LXC_PWD='S3cr3tp@ssw0rd'
 | 
				
			|||||||
LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx"
 | 
					LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Define some optional packages to install (your favourite tools on linux systems)
 | 
					# 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
 | 
					# Define system timezone on LXC container
 | 
				
			||||||
LXC_TIMEZONE="Europe/Berlin"
 | 
					LXC_TIMEZONE="Europe/Berlin"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user