Fixed hosts file. Added secondary dns. Gave docker group permissions to compose. Added variables to hosts file.

This commit is contained in:
2018-03-20 07:20:48 -04:00
parent 745e4652d8
commit 047e8a7a35
5 changed files with 43 additions and 20 deletions

View File

@@ -4,4 +4,4 @@ iface {{ interface_name }} inet static
address {{ ansible_host }}
netmask 255.255.255.0
gateway 10.0.0.1
dns-nameservers 10.0.0.204
dns-nameservers 10.0.0.204 8.8.8.8