Skip to content

Set up script for the GPU server with RTX 2080 Ti via Ansible

Notifications You must be signed in to change notification settings

noriyukipy/gpu_server_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU Server setup - Ubuntu Server 18.04.3 LTS

Requrements

  • Install Ubuntu Server 18.0.4.3 LTS to your server.
  • Server IP address is assumed to 192.168.0.3
  • RTX 2080 Ti is required
  • Install Ansible to the server
    $ sudo apt install ansible

Copy public key

ssh-copy-id -i /path/to/your_public_key 192.168.0.3

Check connection

$ ansible -i inventory.ini all -m ping
192.168.0.3 | SUCCESS => {
    "changed": false,
    "ping": "pong"
}

Run Ansible

$ ansible-playbook -i inventory.ini main.yml --become --ask-become-pass

About

Set up script for the GPU server with RTX 2080 Ti via Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published