You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

107 lines
2.2 KiB

---
# Line 18: Domain Name
# Line 21: DN of user which connect to nextcloud
# Line 22: Password of user set in line 21
# Line 29: LDAP server hostname/ip
# Line 31: Port for connecting LDAP server
# Line 42: Administrator username for Nextcloud
# Line 43: Administrator password
# Line 57: Database Software used.
# Line 58: Database host
# Line 59: Database name
# Line 60: Database Role name
# Line 61: Database Role password
# Line 62: Root folder for Nextcloud
# Line 63: Trusted domains
# Line 64: Version number that is to be downloaded
domainname: example.com
ldap:
ldapAgentName: "uid=rouser,{{ ldapBaseDN }}"
ldapAgentPassword: secret
ldapBase: "{{ ldapBaseDN }}"
ldapBaseGroups: "{{ ldapBaseDN }}"
ldapBaseUsers: "{{ ldapBaseDN }}"
ldapConfigurationActive: 1
ldapEmailAttribute: mail
ldapExpertUsernameAttr: uid
ldapHost: localhost
ldapLoginFilter: (&(|(objectclass=inetorgperson))(mail=%uid))
ldapPort: 389
ldapUserFilter: (|(objectclass=inetorgperson))
ldapUserFilterObjectclass: inetorgperson
turnOnPasswordChange: 1
mysql_packages:
- mariadb-server
- mariadb-client
- php7.4-mysql
- python3-pymysql
nc_admin_username: nextcloudadmin
nc_admin_pass: nextcloudadminpass
nc_app_list:
- mail
- richdocumentscod
- richdocuments
- contacts
- deck
- spreed
- announcementcenter
- apporder
- bruteforcesettings
- calendar
- groupfolders
# mysql or pgsql
nc_db: mysql
nc_db_host: localhost
nc_db_name: nextcloud
nc_db_user: nextcloud
nc_db_pass: databasepassword
nc_dependency_packages:
- php7.4-bcmath
- php7.4-bz2
- php7.4-cgi
- php7.4-cli
- php7.4-common
- php7.4-curl
- php7.4-dba
- php7.4-dev
- php7.4-enchant
- php7.4-fpm
- php7.4-gd
- php7.4-gmp
- php7.4-imap
- php7.4-interbase
- php7.4-intl
- php7.4-json
- php7.4-ldap
- php7.4-mbstring
- php7.4-mysql
- php7.4-odbc
- php7.4-opcache
- php7.4-pgsql
- php7.4-phpdbg
- php7.4-pspell
- php7.4-readline
- php7.4-snmp
- php7.4-soap
- php7.4-sqlite3
- php7.4-sybase
- php7.4-tidy
- php7.4-xml
- php7.4-xmlrpc
- php7.4-xsl
- php7.4-zip
nc_root: /var/www/nextcloud
nc_trusted_domains:
0: "{{ domainname }}"
nc_version: 23.0.3
postgres_packages:
- php7.4-pgsql
- python3-psycopg2
- postgresql