您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
302B

  1. ---
  2. - name: vhost
  3. template:
  4. src: apache-vhost.conf.j2
  5. dest: /etc/apache2/sites-available/kanboard.conf
  6. notify: reload apache
  7. - name: vhost enabled
  8. file:
  9. src: ../sites-available/kanboard.conf
  10. dest: /etc/apache2/sites-enabled/kanboard.conf
  11. state: link
  12. notify: reload apache