Add mailcow to terraform
This commit is contained in:
		
							parent
							
								
									d73462cd90
								
							
						
					
					
						commit
						f20b2596d0
					
				
					 18 changed files with 135 additions and 35 deletions
				
			
		|  | @ -5,11 +5,11 @@ homebox_svc: | |||
| 
 | ||||
| homebox_env: | ||||
|   HBOX_OPTIONS_ALLOW_REGISTRATION: false | ||||
|   HBOX_MAILER_HOST: mail.serguzim.me | ||||
|   HBOX_MAILER_PORT: 587 | ||||
|   HBOX_MAILER_USERNAME: inventory@serguzim.me | ||||
|   HBOX_MAILER_PASSWORD: "{{ vault_homebox.mailer_passwd }}" | ||||
|   HBOX_MAILER_FROM: Homebox <inventory@serguzim.me> | ||||
|   HBOX_MAILER_HOST: "{{ mailer.host }}" | ||||
|   HBOX_MAILER_PORT: "{{ mailer.port }}" | ||||
|   HBOX_MAILER_USERNAME: "{{ opentofu.mailcow_data.homebox.address }}" | ||||
|   HBOX_MAILER_PASSWORD: "{{ opentofu.mailcow_data.homebox.password }}" | ||||
|   HBOX_MAILER_FROM: "homebox <{{ opentofu.mailcow_data.homebox.address }}>" | ||||
|   HBOX_SWAGGER_SCHEMA: https | ||||
| 
 | ||||
| homebox_compose: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue