#!/usr/bin/env ansible-playbook # vim:ft=ansible: --- - name: restart keepalived systemd: name=keepalived state=restarted