calvinbui.ansible_nextcloud_docker

Build Status GitHub release Ansible Quality Score Ansible Role

Ansible NextCloud Docker

NextCloud in Docker. Option to also build NextCloud Docker Image based on the official NextCloud Docker examples.

Requirements

N/A

Role Variables

nextcloud_name: Name of container

nextcloud_image: Docker image to use

nextcloud_ports: List of ports to expose

nextcloud_directory: Directory to store configuration files

nextcloud_environment_variables: Docker environmental variables

nextcloud_docker_additional_options: Additional parameters to add to docker container

nextcloud_build_image: Where to build a docker image or pull from source. True or False.

nextcloud_build_folder: Template packaged with this role is meant to be very generic and serve a variety of use cases. However, many people would like to have a much more customized version, and so you can override this role's default template with your own, adding any additional customizations you need. To do this:

  • Create a files directory at the same level as your playbook.
  • Create a folder inside files containing all the files for your Docker build (just choose a different name from the default template).
  • Set the variable like: nextcloud_build_folder: my-nextcloud-build (with the name of your folder).

Dependencies

N/A

Example Playbook

- hosts: servers
  become: true
  roles:
   - role: calvinbui.ansible_nextcloud_docker

License

GPLv3

Author Information

http://calvin.me

About

NextCloud in Docker

Install
ansible-galaxy install calvinbui.ansible_nextcloud_docker
GitHub repository
License
Unknown
Downloads
246
Owner
Soft tabs > spaces > tabs. I'm not a developer.