custom.conf.j2 351 B

1234567891011
  1. # {{ ansible_managed }}
  2. [Unit]
  3. Wants=iptables.service
  4. After=iptables.service
  5. # The following line is a work-around to ensure docker is restarted whenever
  6. # iptables is restarted. This ensures the proper iptables rules will be in
  7. # place for docker.
  8. # Note: This will also cause docker to be stopped if iptables is stopped.
  9. PartOf=iptables.service