An open API service indexing awesome lists of open source software.

https://github.com/romanow/do-image


https://github.com/romanow/do-image

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Digital Ocean custom Ubuntu 20.04 image

Install `unzip`, `apt-transport-https`, `htop`.

Create user `ansible` with home directory `/home/ansible`, set ssh public key for current user
for `/home/ansible/.ssh/authorized_keys` and enable password authentication.

```shell script
export PERSONAL_DO_TOKEN=
packer build -var-file=vars.pkrvars.hcl template.pkr.hcl
```