Go to file Use this template
Louis Abel 6ca2eff60e
init
2023-03-01 18:18:36 -07:00
defaults init 2023-03-01 18:05:16 -07:00
meta init 2023-03-01 18:05:16 -07:00
tasks init 2023-03-01 18:05:16 -07:00
vars init 2023-03-01 18:05:16 -07:00
.ansible-lint init 2023-03-01 18:05:16 -07:00
.pre-commit-config.yaml init 2023-03-01 18:05:16 -07:00
.yamllint init 2023-03-01 18:05:16 -07:00
CHANGELOG.md init 2023-03-01 18:18:36 -07:00
LICENSE init 2023-03-01 18:18:36 -07:00
README.md init 2023-03-01 18:18:36 -07:00

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