Created
June 29, 2021 13:28
-
-
Save svpernova09/a425b385e37634e9bd339dec5da60c6c to your computer and use it in GitHub Desktop.
SnipeIT Ansible Playbook Typo Comparison
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading custom .yamllint config file, this extends our internal yamllint config. | |
WARNING Overriding detected file kind 'yaml' with 'playbook' for given positional argument: vagrant.yml | |
WARNING Listing 24 violation(s) that are fatal | |
yaml: truthy value should be one of [false, true] (truthy) | |
vagrant.yml:14 | |
yaml: truthy value should be one of [false, true] (truthy) | |
vagrant.yml:15 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:17 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:20 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:21 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:85 | |
yaml: truthy value should be one of [false, true] (truthy) | |
vagrant.yml:88 | |
no-log-password: password should not be logged. | |
vagrant.yml:90 Task/Handler: Create Vagrant mysql password | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:102 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:103 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:112 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:123 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:124 | |
yaml: truthy value should be one of [false, true] (truthy) | |
vagrant.yml:130 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:132 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:136 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:196 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:197 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:198 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:199 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:200 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:201 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:202 | |
yaml: too many blank lines (2 > 0) (empty-lines) | |
vagrant.yml:227 | |
You can skip specific rules or tags by adding them to your configuration file: | |
# .ansible-lint | |
warn_list: # or 'skip_list' to silence them completely | |
- experimental # all rules tagged as experimental | |
Finished with 0 failure(s), 24 warning(s) on 1 files. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading custom .yamllint config file, this extends our internal yamllint config. | |
WARNING Overriding detected file kind 'yaml' with 'playbook' for given positional argument: vagrant.yml | |
WARNING Listing 24 violation(s) that are fatal | |
yaml: truthy value should be one of [false, true] (truthy) | |
vagrant.yml:14 | |
yaml: truthy value should be one of [false, true] (truthy) | |
vagrant.yml:15 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:17 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:20 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:21 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:85 | |
yaml: truthy value should be one of [false, true] (truthy) | |
vagrant.yml:88 | |
no-log-password: password should not be logged. | |
vagrant.yml:90 Task/Handler: Create Vagrant mysql password | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:102 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:103 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:112 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:123 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:124 | |
yaml: truthy value should be one of [false, true] (truthy) | |
vagrant.yml:130 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:132 | |
yaml: trailing spaces (trailing-spaces) | |
vagrant.yml:136 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:196 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:197 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:198 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:199 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:200 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:201 | |
yaml: too many spaces inside braces (braces) | |
vagrant.yml:202 | |
yaml: too many blank lines (2 > 0) (empty-lines) | |
vagrant.yml:227 | |
You can skip specific rules or tags by adding them to your configuration file: | |
# .ansible-lint | |
warn_list: # or 'skip_list' to silence them completely | |
- experimental # all rules tagged as experimental | |
Finished with 0 failure(s), 24 warning(s) on 1 files. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment