https://github.com/romanow/do-image
https://github.com/romanow/do-image
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/romanow/do-image
- Owner: Romanow
- Created: 2021-03-12T12:17:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T21:41:42.000Z (over 5 years ago)
- Last Synced: 2025-09-14T05:46:31.548Z (10 months ago)
- Language: HCL
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```