File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ and this project adheres to
8686 - Mention ` firehpc bootstrap ` command in manpage.
8787 - Mention cluster settings and ` firehpc update ` command in manpage.
8888 - Update README.md to mention bootstrap step in usage guide.
89+ - Mention ` --ansible-opts ` option in manpage.
8990- pkgs: Introduce tests extra package with dependencies required to run tests.
9091
9192### Changed
Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ This command accepts the following options:
119119 container and with a specific version of Slurm compiled to support emulation
120120 of arbitrary large number of fakes nodes. By default, value from cluster
121121 settings is used.
122+
123+ [.cli-opt]#*--ansible-opts*# [.cli-optval]##_OPT …_##::
124+ Additional option to add to ansible-playbook command. Multiple options can be
125+ given.
122126--
123127
124128[.cli-opt]#*deploy*#::
@@ -162,6 +166,10 @@ This command accepts the following options:
162166 Instead of randomly generating a new users directory, extract users directory
163167 from another existing cluster. This is useful to create the have the same user
164168 accounts on several clusters.
169+
170+ [.cli-opt]#*--ansible-opts*# [.cli-optval]##_OPT …_##::
171+ Additional option to add to ansible-playbook command. Multiple options can be
172+ given.
165173--
166174+
167175This command saves values of [.cli-opt]#*--db*#, [.cli-opt]#*--schema*#,
You can’t perform that action at this time.
0 commit comments