check-init-sms.yaml 618 B

12345678910111213141516171819202122232425
  1. # Non-Blink All-In-One (SMS + GW) or SMS images only!!!!!
  2. #cloud-config
  3. ssh_authorized_keys:
  4. - "${ssh_key}"
  5. config_system:
  6. configure: "true"
  7. hostname: mgmt-server
  8. mgmt_admin_name: "admin"
  9. mgmt_admin_passwd: "${pass}"
  10. mgmt_gui_clients_radio: any
  11. install_security_managment: "true"
  12. install_security_gw: "false"
  13. install_mgmt_primary: "true"
  14. install_mgmt_secondary: "false"
  15. download_info: "true"
  16. upload_info: "true"
  17. #primary: <dns>
  18. secondary: 8.8.8.8
  19. tertiary: 4.2.2.1
  20. ntp_primary: ntp.checkpoint.com
  21. ntp_primary_version: 4
  22. ntp_secondary: ntp2.checkpoint.com
  23. ntp_secondary_version: 4