Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

...

  1. Installer Download: https://github.com/snetsystems/salt/releases/download/v3001.4-5/Salt-Minion-3001.4-Py3-x86-Setup.exe

  2. Salt-Minion-3001.4-Py3-x86-Setup.exe을 실행한 후, 아래 화면에서 Minion Name은 비워둡니다.

    Image Added

  3. 아래 화면이 나오면 “예(Y)”를 클릭합니다.

    Image Added

  4. Minion config 설정을 위해 minion 실행은 하지 않고 “Finish”를 클릭하여 종료합니다.

    Image Added

  5. Config Path: C:\salt\conf\minion (default salt root path: c:\salt)

    Status
    colourRed
    title주의
    아래 설정 파일에는 주석 포함하여 영문 외 2 Byte 문자(예, 한글, 일본어, 중국어 등)가 포함되지 않도록주의해야 합니다.

    Code Block
    languagebash
    ## log_level ##
    # One of 'garbage', 'trace', 'debug', info', 'warning'(default), 'error', 'critical'.
    log_level: info
    master: <master ip address>
    id: <유일한 minion id 설정해야 하며, 생략 시, hostname = minion id>
    
    multiprocessing: False
    
    # The maximum number of bytes a single log file may contain before it is rotated.
    # A value of 0 disables this feature.
    # Currently only supported on Windows.
    # On other platforms, use an external tool such as 'logrotate' to manage log files.
    log_rotate_max_bytes: 314572800 #300MB
    
    # The number of backup files to keep when rotating log files.
    # Only used if log_rotate_max_bytes is greater than 0.
    # Currently only supported on Windows.
    # On other platforms, use an external tool such as 'logrotate' to manage log files.
    log_rotate_backup_count: 7

  6. 윈도우 서비스에서 salt-minion [재]시작.시작.

    Image Added

  7. Agent Configuration > Minions” 메뉴 화면에서 새로 등록된 minion을 Operation 버튼을 통해 “Accept”합니다.

    Image Added