제목 없는 다이어그램.drawio (1).png

GPU Server

  1. network setting
  2. root password setting
  3. apt-get update
  4. apt-get install ssh
  5. vi /etc/ssh/sshd_config
    1. PermitRootLogin yes
    2. PubkeyAuthentication yes

ansible host(192.168.12.227)

  1. ssh-copy-id root@GPUserverIP

  2. ubuntu-setup-ansible/inventory/host.ini IP 설정

    image.png

  3. ubuntu-setup-ansible 접근 후

    ansible-playbook -i inventory/host.ini site.yml
    
  4. ubuntu-nvidia-ansible/inventory/host.ini

    image.png

  5. gorup_vars/all.yml variable 구성

    image.png

  6. ubuntu-nvidia-ansible/ 접근 후

    ansible-playbook -i inventory/host.ini site.yml
    

    image.png

    image.png

  7. GPU Server

    ln 작업만 진행.