mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			233 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			233 B
		
	
	
	
		
			Text
		
	
	
	
	
	
- hosts: all
 | 
						|
  become: yes
 | 
						|
 | 
						|
  vars_files:
 | 
						|
    - vars/default_vars.yml
 | 
						|
    - vars/{{ ansible_local.local_facts.os_ver }}.yml
 | 
						|
    - /etc/iiab/local_vars.yml
 | 
						|
 | 
						|
  roles:
 | 
						|
    - { role: 0-init }
 | 
						|
    - { role: sshd }
 | 
						|
    - { role: openvpn }
 |