main.yaml 179 B

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