Select Git revision
-
Florence Blanc-Renaud authored
node and the credential cache is copied to the managed node ipahost module is also using facts gathered from the server to find the domain and realm.
Florence Blanc-Renaud authorednode and the credential cache is copied to the managed node ipahost module is also using facts gathered from the server to find the domain and realm.
.yamllint 362 B
---
ignore: |
/.tox/
/.venv/
/.github/
extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
truthy:
allowed-values: ["yes", "no", "true", "false", "True", "False"]
level: error
line-length:
max: 160
# Disabled rules
indentation: disable
comments: disable