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: install gallery |
|
import_tasks: install.yml |
|
vars: |
|
git_repo: "https://gitlab.com/cinnaboot/gallery.git" |
|
docroot: /var/www/localhost/htdocs |
|
folder: '{{ docroot }}/gallery' |
|
flask_entry: gallery |
|
web_user: lighttpd |
|
web_group: lighttpd |
|
proxy_port: 3031
|
|
|