[CORD-1481]
Update Ansible and docker-compose

Change-Id: I1a57101424057776b99dd0c8d859ffca05d32c13
diff --git a/roles/head-mgmtbr/tasks/main.yml b/roles/head-mgmtbr/tasks/main.yml
index 27cf505..4a33dea 100644
--- a/roles/head-mgmtbr/tasks/main.yml
+++ b/roles/head-mgmtbr/tasks/main.yml
@@ -16,6 +16,11 @@
   tags:
     - skip_ansible_lint # needs to be run here or the next steps will fail
 
+- name: Default to accept forwarded traffic
+  iptables:
+    chain: FORWARD
+    policy: ACCEPT
+
 - name: Configure NAT for mgmtbr
   iptables:
     table: nat