Skip to content

global-dynamics/ansible-owncloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-owncloud

Ansible role to install and configure owncloud

Licence Role Platforms

Tunables

  • owncloud_external_ip (array of IPs) - The list of ip addresses owncloud will allow access
  • owncloud_datadirectory (string) - location of data directory
  • owncloud_database_type (string) - sql engine type (mysql, psql, sqlite)
  • owncloud_admin_user (string) - administrators login name
  • owncloud_admin_password (string) - administrators password (keep in a vault)

Example Playbook

- hosts: servers
  roles:
     - role: stevenharradine.owncloud

Contributors

  • Steven Harradine

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%