説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

main.yml 192B

123456789
  1. - name: restart jitsi
  2. command: systemctl restart {{ item }}
  3. with_items:
  4. - prosody
  5. - jicofo
  6. - jitsi-videobridge2
  7. - name: restart apache
  8. service: name=apache2 state=restarted