Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.45 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.45 KB

Build

Debian playbooks

A set of opinionated Ansible playbooks, collections and roles for Debian 12.

Requirements

Playbooks, collections and roles in this repository needs Ansible 2.12+ and are targeted for Debian 12.

For Ansible installation and own requirements have a look at the official documentation.

Getting started

Once Ansible has been installed you can clone this repository, prepare an inventory, and run the playbooks :

ansible-playbook -i /path/to/hosts /path/to/playbook.yml --diff --check --ask-become-pass --ask-vault-pass --extra-vars "@/path/to/secret.yml"

/path/to/secret.yml is the file defining secret variables that you do not want to commit in this repository because they are sensitive. Note that even with this approach you are encouraged to encrypt those variables.

Development

Take a look at the Contributing guide.

Resources