mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
* Calculate number of managed nodes with this formula:
(( number_of_test_playbooks / 10 + 1 ))
* Add README explaining how to run the plan locally and remotely
Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
10 lines
609 B
Text
10 lines
609 B
Text
[codespell]
|
|
check-hidden = true
|
|
# Note that `-w` doesn't work when ignore-multiline-regex is set
|
|
# https://github.com/codespell-project/codespell/issues/3642
|
|
ignore-multiline-regex = codespell:ignore-begin.*codespell:ignore-end
|
|
ignore-words = .codespell_ignores
|
|
# skip-file is not available https://github.com/codespell-project/codespell/pull/2759
|
|
# .pandoc_template.html5 contains a typo in Licence that we shouldn't edit
|
|
# .README.html is generated from README.md automatically - no need to check spelling
|
|
skip = .pandoc_template.html5,.README.html,./tests/files/client.key.nocrypt,./tests/files/client.pem
|