forked from ccchb/ansible
18 lines
308 B
YAML
18 lines
308 B
YAML
vm_index: 0
|
|
|
|
nginx_acme_mail: "webmaster@ccchb.de"
|
|
nextcloud_domain: "cloud.ccchb.de"
|
|
php_config:
|
|
- key: "memory_limit"
|
|
value: "512M"
|
|
php_fpm_env:
|
|
- key: 'PATH'
|
|
value: "/usr/local/bin:/usr/bin:/bin"
|
|
|
|
user_mgmt:
|
|
crest:
|
|
state: present
|
|
groups: sudo
|
|
genofire:
|
|
state: present
|
|
groups: sudo
|