February 2018
Intermediate to advanced
200 pages
5h 51m
English
$ wget https://github.com/digitalocean/doctl/releases/download/v1.7.1/doctl-1.7.1-linux-amd64.tar.gz$ tar -xzvf doctl-1.7.1-linux-amd64.tar.gz$ mv doctl /usr/bin/$ chmod +x /usr/bin/doctl
- name: check for the droplet shell: doctl compute droplet list --output json --access-token "{{ DO_OAUTH_TOKEN }}" register: droplets
Read now
Unlock full access