mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			353 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			353 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env ansible-playbook
 | 
						|
---
 | 
						|
 | 
						|
- hosts: all
 | 
						|
  vars_prompt:
 | 
						|
    - name: DB_PASSWORD
 | 
						|
      prompt: "Password of the database (leave it blank to skip database init)"
 | 
						|
      private: yes
 | 
						|
  vars:
 | 
						|
    mirror: eclats.crans.org
 | 
						|
  roles:
 | 
						|
    - 1-apt-basic
 | 
						|
    - 2-nk20
 | 
						|
    - 3-pip
 | 
						|
    - 4-certbot
 | 
						|
    - 5-nginx
 | 
						|
    - 6-psql
 | 
						|
    - 7-postinstall
 | 
						|
    - 8-docs
 |