Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
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
|