Sha256: 45f5ffa92ad8d86997b63774ff909e4226ef7bd235665e14d2b089c3c6dc551d

Contents?: true

Size: 879 Bytes

Versions: 7

Compression:

Stored size: 879 Bytes

Contents

---
api_key: your_api_key
root_pass: your_root_password
root_sshkey_path: ~/.ssh/id_rsa.pub

# payment_term must be 1, 12 or 24
payment_term: 1

# add / remove environments
environments:
  - production
  - staging
fqdn:
  zone: example.com
  production: %{host}.example.com
  staging: %{host}.staging.example.com
label:
  production: example-%{host}
  staging: example-staging-%{host}
group:
  production: example
  staging: example-staging

# filter out large lists by keyword
distributions_filter: debian
kernels_filter: latest

# dns takes either "linode" or "route53"
dns: linode

# only used when route53 is chosen for DNS
route53:
  key: your_aws_key
  secret: your_aws_secret

# other parameters for settings.
# settings:
#   alert_cpu_threshold: 90
#   alert_diskio_threshold: 1000
#   alert_bwin_threshold: 5
#   alert_bwout_threshold: 5
#   alert_bwquota_threshold: 80

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sunzi-0.8.0 lib/templates/setup/linode/linode.yml
sunzi-0.7.0 lib/templates/setup/linode/linode.yml
sunzi-0.6.0 lib/templates/setup/linode/linode.yml
sunzi-0.5.1 lib/templates/setup/linode/linode.yml
sunzi-0.5.0 lib/templates/setup/linode/linode.yml
sunzi-0.4.4 lib/templates/setup/linode/linode.yml
sunzi-0.4.3 lib/templates/setup/linode/linode.yml