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.

minion.yaml 491B

1234567891011121314151617181920212223242526
  1. %YAML 1.1
  2. ---
  3. title: Salt minion role
  4. description: |
  5. Salt service in client role.
  6. type: object
  7. additionalProperties: false
  8. properties:
  9. enabled:
  10. description: |
  11. Enables the Salt minion role.
  12. type: boolean
  13. masters:
  14. description: |
  15. List of Salt masters to connect to.
  16. type: array
  17. items:
  18. $ref: "#/definitions/master"
  19. definitions:
  20. master:
  21. description: |
  22. Hostname or IP address of the masters server
  23. type: string
  24. format: hostname-ip