mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-04-28 04:02:27 +02:00
20 lines
282 B
ReStructuredText
20 lines
282 B
ReStructuredText
salt
|
|
====
|
|
|
|
Yes, Salt can Salt itself!
|
|
|
|
salt.minion
|
|
===========
|
|
|
|
Install a minion
|
|
|
|
salt.master
|
|
===========
|
|
|
|
Install a master. Every option available in the master template can be set in the pillar file:
|
|
|
|
salt:
|
|
ret_port: 4506
|
|
master:
|
|
user: saltuser
|
|
... |