New version of salt-formula from Saltstack
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- salt:
- control:
- enabled: true
- cloud_enabled: true
- provider:
- digitalocean_account:
- engine: digital_ocean
- region: New York 1
- client_key: xxxxxxx
- api_key: xxxxxxx
- cluster:
- dc01_prd:
- domain: dc01.prd.domain.com
- engine: cloud
- config:
- engine: salt
- host: master.dc01.domain.com
- node:
- ubuntu1:
- provider: digitalocean_account
- image: Ubuntu14.04 x86_64
- size: m1.medium
- ubuntu2:
- provider: digitalocean_account
- image: Ubuntu14.04 x86_64
- size: m1.medium
|