Blame doc/examples/cloud-config-landscape.txt

Packit Service 751c4a
#cloud-config
Packit Service a04d08
# Landscape-client configuration
Packit Service a04d08
#
Packit Service a04d08
# Anything under the top 'landscape: client' entry
Packit Service a04d08
# will be basically rendered into a ConfigObj formated file
Packit Service a04d08
# under the '[client]' section of /etc/landscape/client.conf
Packit Service a04d08
# 
Packit Service a04d08
# Note: 'tags' should be specified as a comma delimited string
Packit Service a04d08
# rather than a list.
Packit Service a04d08
#
Packit Service a04d08
# You can get example key/values by running 'landscape-config',
Packit Service a04d08
# answer question, then look at /etc/landscape/client.config
Packit Service a04d08
landscape:
Packit Service a04d08
  client:
Packit Service a04d08
    url: "https://landscape.canonical.com/message-system"
Packit Service a04d08
    ping_url: "http://landscape.canonical.com/ping"
Packit Service a04d08
    data_path: "/var/lib/landscape/client"
Packit Service a04d08
    http_proxy: "http://my.proxy.com/foobar"
Packit Service a04d08
    tags: "server,cloud"
Packit Service a04d08
    computer_title: footitle
Packit Service a04d08
    https_proxy: fooproxy
Packit Service a04d08
    registration_key: fookey
Packit Service a04d08
    account_name: fooaccount