You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
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