You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Louis Abel 6ca2eff60e
init
3 months ago
defaults init 3 months ago
meta init 3 months ago
tasks init 3 months ago
vars init 3 months ago
.ansible-lint init 3 months ago
.pre-commit-config.yaml init 3 months ago
.yamllint init 3 months ago
CHANGELOG.md init 3 months ago
LICENSE init 3 months ago
README.md init 3 months ago

README.md

CI Badge

Ansible template role

Role that fulfills some need and there was not some sort of equivalent elsewhere.

Getting started

Ensure all dependencies are installed/met and then do the following:

  1. Get the development repository: git clone repo
  2. Install pre-commit: pre-commit install
  3. Make edits as required as well as following the customization section
  4. Run pre-commit to ensure we're good
  5. Do your necessary development work for this role
  6. Run pre-commit again to ensure you're good to go.

Dependencies

This repo expects 3 things installed on your local machine:

  1. pre-commit
  2. ansible-lint
  3. yamllint

Changelog

The changelog is stored externally