Icingaweb2/ANSIBLE/hosts.yml
hbaxter 17c666ff97 Role: svc_acct
Basic service account ssh key management setup
2025-07-04 09:52:16 +01:00

28 lines
833 B
YAML

web:
hosts:
monitor.telos.digital:
eoq:
hosts:
eoq.telos.digital:
site_name: eoq.telos.digital
site_root: /var/www/html
admin_email: peter.edmond@telos.digital
php_version: 8.3
#These are not used but can be used to customise the php-fpm environment if required.
php_upload_max_filesize: 20M
php_post_max_size: 25M
php_memory_limit: 128M
php_max_execution_time: 60
monitor:
hosts:
monitor.telos.digital:
site_name: monitor.telos.digital
site_root: /var/www/html
admin_email: peter.edmond@telos.digital
php_version: 8.3
#These are not used but can be used to customise the php-fpm environment if required.
php_upload_max_filesize: 20M
php_post_max_size: 25M
php_memory_limit: 128M
php_max_execution_time: 60