mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-30 18:01:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			287 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			287 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| - hosts: datacenter
 | |
|   name: Apt udate
 | |
|   become: true
 | |
|   tasks:
 | |
|     - name: Debug
 | |
|       ansible.builtin.debug:
 | |
|         msg: "{{ ansible_eth0.macaddress }}"
 | |
|     - name: Debug
 | |
|       ansible.builtin.debug:
 | |
|         msg: "olalalaaaa"
 | |
|       when: ansible_eth0.macaddress == "b8:27:eb:29:cb:d41"
 | 
