forked from finallycoffee/base
		
	feat(mosh): add ansible role
This commit is contained in:
		
							
								
								
									
										6
									
								
								playbooks/mosh.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								playbooks/mosh.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
- name: Manage and configure mosh
 | 
			
		||||
  hosts: "{{ mosh_hosts | default('mosh', true) }}"
 | 
			
		||||
  become: "{{ mosh_become | default(true) }}"
 | 
			
		||||
  roles:
 | 
			
		||||
    - role: finallycoffee.base.mosh
 | 
			
		||||
		Reference in New Issue
	
	Block a user