New version of salt-formula from Saltstack
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- %YAML 1.1
- ---
- title: Salt minion role
- description: |
- Salt service in client role.
- type: object
- additionalProperties: false
-
- properties:
- enabled:
- description: |
- Enables the Salt minion role.
- type: boolean
- masters:
- description: |
- List of Salt masters to connect to.
- type: array
- items:
- $ref: "#/definitions/master"
-
- definitions:
- master:
- description: |
- Hostname or IP address of the masters server
- type: string
- format: hostname-ip
|