Ansible BuildAnsible Build
Home
Roles
Scripts
Mint System
Chat
GitHub
Home
Roles
Scripts
Mint System
Chat
GitHub
  • Nextcloud apps role

    • Usage
nextcloud_apps logo

Nextcloud apps role

Install, update and remove Nextcloud apps.

Usage

Configure the role.

nextcloud_hostname: nextcloud01 # default: "/usr/share/{{ odoo_hostname }}"
nextcloud_apps:
  - name: activity
    state: present
  - name: calendar
    state: present
  - name: files_external
    state: disabled
  - name: admin_audit
    state: absent
  - name: contacts
    state: enabled

And include it in your playbook.

- hosts: nextclcoud_apps
  roles:
  - role: nextcloud_apps
Edit this page
Last Updated:
Contributors: Janik von Rotz