Skip to content

jumpbox job from jumpbox/4.0.8

Github source: 7ac0049c or master branch

Properties

jumpbox

hostname

Hostname to set on the jumpbox

Default
jumpbox.local

hosts

A list of entries to append to /etc/hosts

Default
[]

users

List of users to create - name: jhunt shell: /bin/bash env: https://github.com/jhunt/devbox-env.git # specifies a git environment to clone setup_script: /path/to/setup/script # runs a script as the user, after cloning the above repo ssh_keys: - ssh-rsa AAAAB3NzaC1yabcd - ssh-rsa AAAAB3NzaC1y1234

Default
[]

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/jumpbox/ directory (learn more).

  • bin/jumpbox_ctl (from bin/jumpbox_ctl)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.