- adds an ansible/ directory for management deployments, starting with microk8s - has a microk8s role we will need to add workers - has a playbook with variables that can install most places
25 lines
415 B
INI
25 lines
415 B
INI
root = true
|
|
|
|
# Defaults for all editor files
|
|
[*]
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
# YAML is fussy about indenting and charset
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
continuation_indent_size = unset
|
|
charset = utf-8
|
|
|
|
# Markdown is fussy about indenting
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
# Jinja2 template files
|
|
[*.j2]
|
|
end_of_line = lf
|