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.
91 lines
1.7 KiB
91 lines
1.7 KiB
---
|
|
|
|
domainname: amogha.labnetwork.in
|
|
|
|
ldap:
|
|
ldapAgentName: "uid=rouser,{{ ldapBaseDN }}"
|
|
ldapAgentPassword: dGVzdGFkbWluCg==
|
|
ldapBase: "{{ ldapBaseDN }}"
|
|
ldapBaseGroups: "{{ ldapBaseDN }}"
|
|
ldapBaseUsers: "{{ ldapBaseDN }}"
|
|
ldapConfigurationActive: 1
|
|
ldapEmailAttribute: mail
|
|
ldapExpertUsernameAttr: uid
|
|
ldapHost: 10.22.13.12
|
|
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: test
|
|
nc_admin_pass: adminpass
|
|
nc_app_list:
|
|
- mail
|
|
#- richdocumentscode
|
|
#- richdocuments
|
|
#- contacts
|
|
#- deck
|
|
#- spreed
|
|
#- announcementcenter
|
|
#- apporder
|
|
#- bruteforcesettings
|
|
#- calendar
|
|
#- groupfolders
|
|
nc_db: mysql
|
|
nc_db_host: localhost
|
|
nc_db_name: nextcloud_test2
|
|
nc_db_user: username2
|
|
nc_db_pass: password
|
|
|
|
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: /tmp/nextcloud
|
|
nc_trusted_domains:
|
|
0: amogha.labnetwork.in
|
|
nc_version: 23.0.3
|
|
|
|
postgres_packages:
|
|
- php7.4-pgsql
|
|
- python3-psycopg2
|
|
- postgresql
|
|
|