Update 'conf.yaml'
This commit is contained in:
		
							
								
								
									
										21
									
								
								conf.yaml
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								conf.yaml
									
									
									
									
									
								
							| @@ -1,30 +1,33 @@ | ||||
| ssh_authorized_keys: | ||||
|   - "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEA1rxiB2H8nre9LuNlFeSbILCN3Mi5llaf1jsyWKTvOY8YpBIVIdpS7ELD+stowxsAIClof3hArOeEHV3S9Yq8bMlYoQRhxtDO6YDzk5TYGG4/byurMMPh4ULLATtDtVzOpFsP0LmAVsjYN+PyZ38TQK+iCWISNbSLRxUVR8Kvr3fWfUeckDbOFSBHGjVGpeBROnhMbhAfupxFteY7scGaQfsv3q2Xb63VP+vZJ+nTmrDnXrfpArqVuayHX3OCKR15JCuWZFnWCIuTV0exXs5PRNhZR2b7ppwJtEJnfXRFvBn/7wEIDW38wNRoLQyHM7G1CgL5oOoGaw9kmnrRcGkeXw==" | ||||
|   - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsm51hcZG6AEmyRUUlTzC+b7RmiLxQ0Dxt66yhXanGxPdCWixAFwzZg7JdKq/t5roWQ/xeFeWjzW7d2ilWOodIVbJIdI7Umz2XB0dbA289/sDXB4Ftk9sOcjhUcxxy7uZCRUVlGcWZy5aifoC5nSXp1EJwd0gWjFVcus+YGb36KmWmMESCsvbOdAiMlRTV/J5GxOHbiXdiPkZqAN55s0LHl5XAS/8zor6EmYeZNBgAFIy/2D5/XyEp3+hX3K24qIAitnw6BUhrX/MFFAV7FY8opx66CeG+YR3e5sVeupRC8CvPe/BEItdvDD93+xwAYA2d/FvLkhmo4rLOAJsCTTvr" | ||||
| hostname: n002 | ||||
| hostname: n001 | ||||
| write_files: | ||||
| - content: |- | ||||
|     nameserver 1.1.1.1 | ||||
|     nameserver 8.8.8.8 | ||||
|   owner: root | ||||
|   path: /etc/fstab | ||||
|   permissions: '755' | ||||
|   - content: |- | ||||
|       nameserver 1.1.1.1 | ||||
|       nameserver 8.8.8.8 | ||||
|     owner: root | ||||
|     path: /etc/fstab | ||||
|     permissions: "755" | ||||
| run_cmd: | ||||
|   - "service ntpd start" | ||||
| k3os: | ||||
|   dns_nameservers: | ||||
|     - 1.1.1.1 | ||||
|     - 8.8.8.8 | ||||
|   password: $6$ugR4fDwq7vI5Irl$eor3FeKyIJlbsbVwIa8camXMKmaxhLuE/N2Y/hNeC6Vj/P1gAQwPkdoyZVIPbJ65LPjp81ozlj2hVV.Htjs031 | ||||
|   server_url: https://10.4.4.31:6443 | ||||
|   labels: | ||||
|     region: eu-central | ||||
|     country: germany | ||||
|     location: herzogenaurach | ||||
|     provider: niggl | ||||
|   modules: | ||||
|     - nvme | ||||
|   k3s_args: | ||||
|     - server | ||||
|     - "--cluster-init" | ||||
|     - "--no-deploy=traefik" | ||||
|     - "--disable=servicelb" | ||||
|     - "--tls-san=10.4.4.30" | ||||
|     - "--cluster-cidr=10.44.0.0/16" | ||||
|     - "--service-cidr=10.45.0.0/16" | ||||
|   token: K10e3a407fa097d8265bb7b80e4e1d447ff66f275378b21089d0e42bc60159d3fa9::server:2130cc0255bc356242652a6b84ca9a4f | ||||
		Reference in New Issue
	
	Block a user