暂无描述
您最多选择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