mirror of https://dev.ccchb.de/ccchb/ansible.git
inventory: Add host_vars for cloud.emma.ccchb.de.yml
This commit is contained in:
parent
192bf54877
commit
00d0da7540
|
@ -0,0 +1,14 @@
|
||||||
|
ipv6: 2a01:4f8:150:926f::5/127
|
||||||
|
ipv6route: 2a01:4f8:150:926f::4
|
||||||
|
ipv4: 10.0.0.1/31
|
||||||
|
ipv4route: 10.0.0.0
|
||||||
|
dns: 213.133.98.98 8.8.8.8
|
||||||
|
default_root_ssh_publickey: "https://fireorbit.de/keys/ssh"
|
||||||
|
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"
|
Loading…
Reference in New Issue