mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	speed up ./install-support to install OpenVPN alone
This commit is contained in:
		
							parent
							
								
									9912711ec1
								
							
						
					
					
						commit
						8635dbee7b
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,4 +1,3 @@
 | 
				
			||||||
---
 | 
					 | 
				
			||||||
- hosts: all
 | 
					- hosts: all
 | 
				
			||||||
  become: yes
 | 
					  become: yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,5 +9,5 @@
 | 
				
			||||||
  roles:
 | 
					  roles:
 | 
				
			||||||
    - { role: 0-init, tags: ['0-init'] }
 | 
					    - { role: 0-init, tags: ['0-init'] }
 | 
				
			||||||
    #- { role: 1-prep, tags: ['1-prep', 'platform', 'base'] }
 | 
					    #- { role: 1-prep, tags: ['1-prep', 'platform', 'base'] }
 | 
				
			||||||
    - { role: 1-prep, tags: ['1-prep'] }
 | 
					    #- { role: 1-prep, tags: ['1-prep'] }
 | 
				
			||||||
    #- { role: openvpn, tags: ['openvpn'] }    # no longer nec, as 1-prep calls role openvpn (2018-09-19)
 | 
					    - { role: openvpn, tags: ['openvpn'] }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue