You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
282 B

9 years ago
  1. ---
  2. - name: restart daemons
  3. command: /bin/true
  4. notify:
  5. - reload systemd
  6. - restart etcd2
  7. - name: reload systemd
  8. command: systemctl daemon-reload
  9. - name: restart etcd2
  10. service: name=etcd2 state=restarted
  11. - name: Save iptables rules
  12. command: service iptables save