Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-07 | Re-introduct yamllint | Matthew Fennell | |
There are some checks that are enabled by default in yamllint, that are not caught by default by ansible-lint. For instance, ansible-lint does not check for line lengths in its default configuration. Therefore, we would like to re-introduce yamllint to make sure we do not miss any checks. | |||
2024-01-07 | Replace yamllint with ansible-lint | Matthew Fennell | |
ansible-lint uses yamllint under the hood, and also checks for many more "logical" errors in the ansible config. | |||
2024-01-07 | Add initial playbook | Matthew Fennell | |
At present, the playbook simply ensures that all required packages are installed. |