Skip to content

Latest commit

 

History

History

nextcloud_task

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Ansible Role: nextcloud-task

Run console task for nextcloud on Debian / Ubuntu.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

Dependencies

Installed nextcloud.

Example Playbook for cron run

- hosts: all

  vars:
    nextcloud_task_name: cron

  roles:
    - alphanodes.tasks.nextcloud_task

Example Playbook for console run

- hosts: all

  vars:
    nextcloud_task_name: console
    nextcloud_console_command: maintenance:mimetype:update-db

  roles:
    - alphanodes.tasks.nextcloud_task