No description
|
|
||
|---|---|---|
| roles | ||
| .gitattributes | ||
| .gitignore | ||
| hosts.yml | ||
| pyproject.toml | ||
| README.md | ||
| site.yml | ||
| uv.lock | ||
Ansible playbooks
This repository contains the ansible playbooks, roles and inventory files I use to manage my laptops, servers and raspberry pis.
Files with extension .vault are encrypted when indexed by git and decrypted when checked out, using Ansible Vault in a git clean/smudge filter.
Usage
To use a playbook on a given inventory file, use the standard tool
ansible-playbook. For example, to run site.yml
on the inventory file hosts limited to the server local, I use:
ansible-playbook -K -i hosts -l local site.yml