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.
1234567891011121314 |
- ---
- # Defines handlers applicable across all machines in the infrastructure.
-
- - name: restart ntp
- service: name=ntp state=restarted
-
- - name: restart apache
- service: name=apache2 state=restarted
-
- - name: restart fail2ban
- service: name=fail2ban state=restarted
-
- - name: restart ssh
- service: name=ssh state=restarted
|