firewall: drop a space
This commit is contained in:
		
							parent
							
								
									899d7122f5
								
							
						
					
					
						commit
						cf0fb98e4d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -74,7 +74,7 @@ table inet filter { | |||
|         # allow SSH connections from firewall master’s IPs | ||||
| {% for iface in hostvars[master].interfaces %} | ||||
| {% for address in iface.ip_addresses %} | ||||
|         tcp dport ssh {{ 'ip' if address.family.value == 4 else 'ip6' }} saddr {{ address.address | ipaddr('address')  }} accept | ||||
|         tcp dport ssh {{ 'ip' if address.family.value == 4 else 'ip6' }} saddr {{ address.address | ipaddr('address') }} accept | ||||
| {% for nat_address in address.nat_outside %} | ||||
|         tcp dport ssh ip saddr {{ nat_address.address | ipaddr('address') }} accept | ||||
| {% endfor %} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue