/ansible-template

Template for an Ansible project.

Primary LanguageShell

Ansible Template

Template for an Ansible project with mise as build system.

Usage

Getting started

  • Fork the repository or clone it and update your git remote.
  • Run mise run install to install the required dependencies.

Getting a clean state

Run mise run clean to replace the virtual environment with a fresh one and remove all installed dependencies. Afterwards you should run mise run install to install your dependencies again.