19 lines
287 B
JSON
19 lines
287 B
JSON
{
|
|
"name": "Example Deployment Session",
|
|
"cubes": [
|
|
{
|
|
"key": "apt:essentials",
|
|
"variables": {
|
|
"UPDATE": true
|
|
}
|
|
}
|
|
],
|
|
"hosts": ["@docker/nopy-test-ubuntu"],
|
|
"env": {
|
|
"KEY_DIR": "../../vault/tmp"
|
|
},
|
|
"auth": {
|
|
"method": "ssh-key"
|
|
}
|
|
}
|