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.
123456789101112 |
- # must match values in roles/common
- monit_admin_username: "{{ main_user_name }}"
- monit_admin_password: "{{ lookup('password', secret + '/' + 'monit_admin_password length=16 chars=hexdigits') }}"
-
- # could be used for example with the pushover.net e-mail notification API
- monit_alert_emails:
- - "{{ admin_email }}"
-
- monit_page_public: 1
- monit_subdomain: status
-
- default_http_redirect: true
|