Browse Source

Modified README and default values in vars.yml

master
Akshay Pushparaj 4 years ago
parent
commit
64519f69b8
  1. 4
      README.md

4
README.md

@ -1,7 +1,7 @@
# Ansible playbook for Nextcloud with MySQL/PostgreSQL # Ansible playbook for Nextcloud with MySQL/PostgreSQL
This playbook downloads and installs Nextcloud and its required database. The database options are either MySQL or PostgreSQL The default values are given in [vars.yml](/vars.yml) and it should be modified accordingly. This playbook downloads and installs Nextcloud and its required database. The database options are either MySQL or PostgreSQL The default values are given in [vars.yml](vars.yml) and it should be modified accordingly.
#### [Variables File](/vars.yml) #### [Variables File](vars.yml)
domainname: Domain name domainname: Domain name
nc_admin_username: Nextcloud dmin username nc_admin_username: Nextcloud dmin username

Loading…
Cancel
Save