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 lines
484 B
15 lines
484 B
--- |
|
- import_tasks: freshrss.yml |
|
vars: |
|
lighttpd_user: lighttpd |
|
lighttpd_group: lighttpd |
|
docroot: /var/www/localhost/htdocs |
|
|
|
freshrss_version: 1.18.0 |
|
freshrss_url: "https://github.com/FreshRSS/FreshRSS/archive/refs/tags/{{ freshrss_version}}.tar.gz" |
|
freshrss_tar: "/tmp/FreshRSS-{{ freshrss_version }}.tar.gz" |
|
freshrss_dir: "{{ docroot }}/freshrss" |
|
|
|
use_backup: True |
|
backup_archive: data/freshrss_backup.tgz |
|
backup_guard: ANSIBLE_BACKUP_GUARD
|
|
|