# mi-itime-base-64 **Repository Path**: mibe/mi-itime-base-64 ## Basic Information - **Project Name**: mi-itime-base-64 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-27 - **Last Updated**: 2025-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## mi-itime-base-64 use [joyent/mibe](https://github.com/joyent/mibe) to create a provisionable image ## description Basic itime mibe image with default setup of infrastructure services like munin and remote syslog. This should be the default image for all itime zones. ## mdata variables ### admin authorized_keys Configure ssh public key for admin user via mdata variable. - admin_authorized_keys: ssh public key for the admin user ### root authorized_keys Configure ssh public key for root user via mdata variable. - root_authorized_keys: ssh public key for the root user ### root ssh public private key Configure ssh public and private key pair for root user via mdata. We only support rsa keys. - root_ssh_rsa: private ssh rsa key for root user - root_ssh_rsa_pub: public ssh key for root user (mostly not required) ### munin List of ip addresses of the munin master server that is allowed to connect. The ip addresses should be seperated by whitespace or newline. - munin_master_allow: ip addresses (alternative hostname) of the munin master node ### nullmailer To have cron emails on errors we like to configure nullmailer as local smtp server. - mail_smarthost: hostname of remote smtp server - mail_auth_user: smtp username for authentication - mail_auth_pass: smtp password for authentication - mail_adminaddr: admin email address for everything from root@localhost ### ssh daemon Configure ssh public and private key pairs for the host daemon via mdata. - ssh_host_rsa_key: private SSH rsa key - ssh_host_rsa_key.pub: public SSH rsa key - ssh_host_dsa_key: private SSH dsa key - ssh_host_dsa_key.pub: public SSH dsa key - ssh_port: ssh port, default is 10086 ### sudo Add existing users to a sysadmin group to allow sudo without any password. - sudo_sysadmin_members: space seperated list of users ### backup / znapzend Configure remote backup destination and plan for znapzend. - znapzend_dst_plan: destination plan in the znapzend format - znapzend_dst: destination server ### default init Check default init. - timezone: TIMEZONE, default is UTC - lang: LANG, default is en_US.UTF-8 ### other - vfstab: nfs mountpoint for vfstab-file