mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-31 02:11:10 +01:00 
			
		
		
		
	111
This commit is contained in:
		| @@ -5,8 +5,9 @@ | |||||||
|   vars: |   vars: | ||||||
|     iface: "eth0" |     iface: "eth0" | ||||||
|   tasks: |   tasks: | ||||||
|     - debug: |     - name: Debug | ||||||
|       msg: "{{ ansible_default_ipv4.interface }}" |       ansible.builtin.debug: | ||||||
|  |         msg: "{{ ansible_default_ipv4.interface }}" | ||||||
|     - name: Reconfigure /root/.bashrc |     - name: Reconfigure /root/.bashrc | ||||||
|       ansible.builtin.lineinfile: |       ansible.builtin.lineinfile: | ||||||
|         path: /root/.bashrc |         path: /root/.bashrc | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jaydee
					jaydee