Max Gautier
11 months ago
Failed to extract signature
6 changed files with
6 additions and
7 deletions
.markdownlint.yaml
.md_style.rb
.mdlrc
.pre-commit-config.yaml
docs/cloud_providers/openstack.md
docs/operations/recover-control-plane.md
@ -1,3 +0,0 @@
---
MD013 : false
MD029 : false
@ -0,0 +1,4 @@
all
exclude_rule 'MD013'
exclude_rule 'MD029'
rule 'MD007' , :indent = > 2
@ -0,0 +1 @@
style "#{File.dirname(__FILE__)}/.md_style.rb"
@ -24,8 +24,7 @@ repos:
rev : v0.11.0
rev : v0.11.0
hooks:
hooks:
- id : markdownlint
- id : markdownlint
args : [ -r, "~MD013,~MD029"]
exclude : "^.git"
exclude : "^.github|(^docs/_sidebar\\.md$)"
- repo : https://github.com/shellcheck-py/shellcheck-py
- repo : https://github.com/shellcheck-py/shellcheck-py
rev : v0.10.0.1
rev : v0.10.0.1
@ -1,4 +1,3 @@
# OpenStack
# OpenStack
## Known compatible public clouds
## Known compatible public clouds
@ -1,4 +1,3 @@
# Recovering the control plane
# Recovering the control plane
To recover from broken nodes in the control plane use the "recover\-control\-plane.yml" playbook.
To recover from broken nodes in the control plane use the "recover\-control\-plane.yml" playbook.