Skip to content

Commit 335d7b1

Browse files
committed
docs: mention --ansible-opts in manpage
1 parent 2ea792b commit 335d7b1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/man/firehpc.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
+
167175
This command saves values of [.cli-opt]#*--db*#, [.cli-opt]#*--schema*#,

0 commit comments

Comments
 (0)