PawelLipski / amazon-scala-paas

A minimalistic Scala/Akka-written PaaS for running JVM-based distributed apps on Amazon AWS
0 stars 0 forks source link

Update ansible script with master-nat setting #16

Closed aksiazek closed 9 years ago

PawelLipski commented 9 years ago

Possibly put iptables -t nat -A POSTROUTING -o eth0 -s 10.0.1.0/24 -j MASQUERADE into a system startup script (just once - as opposed to running iptables directly from the ansible playbook each time Master is launched).