24 lines
		
	
	
		
			319 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			319 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
 | 
						|
logger:
 | 
						|
  hosts:
 | 
						|
    192.168.3.205:
 | 
						|
      ansible_user: vagrant
 | 
						|
      ansible_password: vagrant
 | 
						|
      ansible_port: 22
 | 
						|
      ansible_connection: ssh
 | 
						|
      ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
 | 
						|
 | 
						|
dc:
 | 
						|
  hosts:
 | 
						|
    192.168.3.202:
 | 
						|
 | 
						|
wef:
 | 
						|
  hosts:
 | 
						|
    192.168.3.203:
 | 
						|
 | 
						|
win10:
 | 
						|
  hosts:
 | 
						|
    192.168.3.204:
 | 
						|
 |