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

site.yml 251B

123456789101112131415161718
  1. ---
  2. # This is the top-level playbook that defines our entire infrastructure.
  3. - hosts: all
  4. user: TODO
  5. sudo: True
  6. gather_facts: False
  7. roles:
  8. - common
  9. - mailserver
  10. - blog
  11. - ircbouncer
  12. - monitoring
  13. - owncloud
  14. - vpn