mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
more lxc docs
This commit is contained in:
parent
608da5ef5d
commit
d67a43dc1f
1 changed files with 10 additions and 0 deletions
|
@ -97,6 +97,16 @@ Here are the options to configure your containers:
|
|||
List of DNS servers to use. This is optional.
|
||||
minion
|
||||
minion configuration (see :doc:`Minion Configuration in Salt Cloud </topics/cloud/config>`)
|
||||
bootstrap_shell
|
||||
shell for bootstaping nodes (default: /bin/sh)
|
||||
script
|
||||
deploy to salt-boostrap
|
||||
script_args
|
||||
arguments which are given to the bootstrap script.
|
||||
the {0} placeholder will be replaced by the path which contains the
|
||||
minion config and key files, eg::
|
||||
|
||||
bootstrap_args="-c {0}"
|
||||
|
||||
|
||||
Using profiles:
|
||||
|
|
Loading…
Add table
Reference in a new issue