mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 02:41:36 +01:00 
			
		
		
		
	Update to 2022-01-12 10:14
This commit is contained in:
		| @@ -3,9 +3,11 @@ | ||||
| - name: Configure IPv4 Forwarding | ||||
|   sysctl: name="net.ipv4.ip_forward" value={{ net_ipv4_forward | ternary('1', '0') }} sysctl_file=/etc/sysctl.d/network.conf sysctl_set=yes state=present reload=yes | ||||
|   when: ansible_virtualization_type != 'systemd-nspawn' | ||||
|   tags: net | ||||
|  | ||||
| - name: Deploy /etc/hosts | ||||
|   template: src=hosts.j2 dest=/etc/hosts | ||||
|   tags: net | ||||
|  | ||||
| - name: Prevent PVE from changing /etc/hosts | ||||
|   copy: content='' dest=/etc/.pve-ignore.hosts | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud