add PostgreSQL database and message queues to vagrant box
This commit is contained in:
		
							parent
							
								
									f111fcc090
								
							
						
					
					
						commit
						f5945b9849
					
				
					 10 changed files with 177 additions and 0 deletions
				
			
		
							
								
								
									
										7
									
								
								pillar/gnuviechadmin/database.sls
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								pillar/gnuviechadmin/database.sls
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | |||
| include: | ||||
|   - gnuviechadmin.database.common | ||||
| 
 | ||||
| gnuviechadmin-database: | ||||
|   owner: | ||||
|     user: gnuviechadmin | ||||
|     password: k4TG0oWeJ08urz697GVfavjK | ||||
							
								
								
									
										4
									
								
								pillar/gnuviechadmin/database/common.sls
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								pillar/gnuviechadmin/database/common.sls
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,4 @@ | |||
| gnuviechadmin-database: | ||||
|   database: gnuviechadmin | ||||
|   hostname: localhost | ||||
|   port: 5432 | ||||
							
								
								
									
										21
									
								
								pillar/gnuviechadmin/init.sls
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								pillar/gnuviechadmin/init.sls
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | |||
| include: | ||||
|   - gnuviechadmin.database | ||||
|   - gnuviechadmin.queues | ||||
| 
 | ||||
| gnuviechadmin: | ||||
|   mailfrom: admin@gnuviech-server.de | ||||
|   adminemail: admin@gnuviech-server.de | ||||
|   sitename: Gnuviech Customer Self Service | ||||
|   domainname: localhost | ||||
|   checkout: /srv/www/gnuviechadmin | ||||
|   virtualenv: /home/gva/.virtualenvs/gnuviechadmin | ||||
|   devinstance: True | ||||
|   minosuid: 10000 | ||||
|   minosgid: 10000 | ||||
|   osuserprefix: usr | ||||
|   osuserhomedirbase: /home | ||||
|   osuserdefaultshell: /usr/bin/rssh | ||||
|   uploadserver: upload.example.com | ||||
|   webmail_url: https://webmail.example.com/ | ||||
|   phpmyadmin_url: https://phpmyadmin.example.com/ | ||||
|   phppgadmin_url: https://phppgadmin.example.com/ | ||||
							
								
								
									
										62
									
								
								pillar/gnuviechadmin/queues.sls
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										62
									
								
								pillar/gnuviechadmin/queues.sls
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,62 @@ | |||
| gnuviechadmin-queues: | ||||
|   vhost: /gnuviechadmin | ||||
|   owner: | ||||
|     user: gnuviechadmin | ||||
|     password: WxyKeo7Xunhwv29C | ||||
|   users: | ||||
|     cli: | ||||
|       password: bUQ4QEB8yQEfsB0i | ||||
|       perms: | ||||
|           '/gnuviechadmin': | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|       tags: | ||||
|     quotajob: | ||||
|       password: TaNoj2H3ZNDIz1rt | ||||
|       perms: | ||||
|           '/gnuviechadmin': | ||||
|             - '^quotatool$' | ||||
|             - '^quotatool$' | ||||
|             - '^quotatool|amq.default$' | ||||
|       tags: | ||||
|     ldap: | ||||
|       password: tl0ALc4aQBAl0W2e | ||||
|       perms: | ||||
|           '/gnuviechadmin': | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|       tags: | ||||
|     file: | ||||
|       password: StR6EgMjLyNGP1F8 | ||||
|       perms: | ||||
|           '/gnuviechadmin': | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|       tags: | ||||
|     mysql: | ||||
|       password: Bhruvz8Oe9rXxRc7 | ||||
|       perms: | ||||
|           '/gnuviechadmin': | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|       tags: | ||||
|     pgsql: | ||||
|       password: rWOawAtb7MEmGZo3 | ||||
|       perms: | ||||
|           '/gnuviechadmin': | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|       tags: | ||||
|     web: | ||||
|       password: 1fBXqCu175rU7SWA | ||||
|       perms: | ||||
|           '/gnuviechadmin': | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|             - '.*' | ||||
|       tags: | ||||
|  | @ -0,0 +1,3 @@ | |||
| base: | ||||
|   '*': | ||||
|     - gnuviechadmin | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue