summaryrefslogtreecommitdiff
path: root/.precious.toml
AgeCommit message (Collapse)Author
2024-01-08Run yamllint on template filesMatthew Fennell
I may in the future introduce yaml config file templates, since this is a relatively common format for configuring services. If I do so, I should ensure that yamllint gets run on these too.
2024-01-07Re-introduct yamllintMatthew 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-07Replace yamllint with ansible-lintMatthew Fennell
ansible-lint uses yamllint under the hood, and also checks for many more "logical" errors in the ansible config.
2024-01-07Add initial playbookMatthew Fennell
At present, the playbook simply ensures that all required packages are installed.