main.yaml 258 B

123456789101112
  1. ---
  2. - name: restart vrs
  3. become: yes
  4. systemd: name=openvswitch state=restarted
  5. - name: restart node
  6. become: yes
  7. systemd: name={{ openshift.common.service_type }}-node state=restarted
  8. - name: save iptable rules
  9. become: yes
  10. command: iptables-save