feat(hedgedoc): add ansible role for deployment
This commit is contained in:
		
							
								
								
									
										6
									
								
								playbooks/hedgedoc.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								playbooks/hedgedoc.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
- name: Install and configure hedgedoc
 | 
			
		||||
  hosts: "{{ hedgedoc_hosts | default('hedgedoc') }}"
 | 
			
		||||
  become: "{{ hedgedoc_become | default(true, false) }}"
 | 
			
		||||
  roles:
 | 
			
		||||
    - role: finallycoffee.services.hedgedoc
 | 
			
		||||
		Reference in New Issue
	
	Block a user