Sha256: f1e25af05ee10e0780351510e6dbbfbadbfe7645a61a8617f45416c9554772d5

Contents?: true

Size: 886 Bytes

Versions: 8

Compression:

Stored size: 886 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'
name:
  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

8 entries across 8 versions & 1 rubygems

Version Path
sunzi-1.5.2 lib/templates/setup/linode/linode.yml
sunzi-1.5.1 lib/templates/setup/linode/linode.yml
sunzi-1.5.0 lib/templates/setup/linode/linode.yml
sunzi-1.4.0 lib/templates/setup/linode/linode.yml
sunzi-1.3.0 lib/templates/setup/linode/linode.yml
sunzi-1.2.0 lib/templates/setup/linode/linode.yml
sunzi-1.1.2 lib/templates/setup/linode/linode.yml
sunzi-1.1.1 lib/templates/setup/linode/linode.yml