Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.yml « handlers « jboss-standalone « roles « jboss-standalone - github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 047d5f67739f5a0f6812fd7a0b9c845bfdd148dc (plain)
1
2
3
4
5
6
---
- name: restart jboss
  service: name=jboss state=restarted

- name: restart iptables
  service: name=iptables state=restarted