Skip to content

jumpbox job from jumpbox/4.1.3

Github source: 35d3e2b8 or master branch

Properties

jumpbox

env

Additional environment variables to set for all users, as well as the start up scripts. This can be used for setting site-wide HTTP proxy configuration. Specified as a map of NAME: VALUE

Default
{}

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)
  • env (from env)

Packages

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