New Saltstack Salt formula
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- salt:
- minion:
- enabled: true
- cert:
- test_server:
- host: minion.with.ca
- signing_policy: cert_server
- authority: Company CA
- common_name: test.server.domain.tld
- test_client:
- host: minion.with.ca
- signing_policy: cert_client
- authority: Company CA
- common_name: test.client.domain.tld
- test_edge_ca:
- host: minion.with.ca
- signing_policy: ca_edge
- authority: Company CA
- common_name: test.ca.domain.tld
|