New Saltstack Salt formula
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:
- minion:
- enabled: true
- master:
- host: config01.dc01.domain.com
- control:
- enabled: true
- virt_enabled: true
- size:
- small:
- cpu: 1
- ram: 1
- medium:
- cpu: 2
- ram: 4
- large:
- cpu: 4
- ram: 8
- cluster:
- vpc20_infra:
- domain: neco.virt.domain.com
- engine: virt
- config:
- engine: salt
- host: master.domain.com
- node:
- ubuntu1:
- provider: node01.domain.com
- image: ubuntu.qcow
- size: medium
- ubuntu2:
- provider: node02.domain.com
- image: bubuntu.qcomw
- size: small
|