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.
|
- ---
-
- - name: vhost
- template:
- src: apache-vhost.conf.j2
- dest: /etc/apache2/sites-available/kanboard.conf
- notify: reload apache
-
- - name: vhost enabled
- file:
- src: ../sites-available/kanboard.conf
- dest: /etc/apache2/sites-enabled/kanboard.conf
- state: link
- notify: reload apache
|