- Developed with Packer
1.3.5
.
{
"token": "DIGITALOCEAN_API_TOKEN",
"build_region": "nyc1",
"snapshot_regions": "nyc1,sfo2"
}
$ make install
or
$ ansible-galaxy install -r ansible/requirements.yml
$ make inspect
or
$ packer inspect images/ubuntu/base.json
$ make validate
or
$ packer validate -var-file variables.json images/ubuntu/base.json
$ make build
or
$ packer build -var-file variables.json images/ubuntu/base.json