No description
Find a file
mog 230ae87cfe Remove unused env files
Signed-off-by: mog <mog@noreply.git.ogion.eu>
2025-08-20 08:38:28 +02:00
roles Remove unused env files 2025-08-20 08:38:28 +02:00
.gitattributes Merge confz-files and confz 2025-02-17 07:03:27 +01:00
.gitignore Merge confz-files and confz 2025-02-17 07:03:27 +01:00
hosts.yml Merge confz-files and confz 2025-02-17 07:03:27 +01:00
pyproject.toml Merge confz-files and confz 2025-02-17 07:03:27 +01:00
README.md Update README for new vault usage 2020-04-12 13:51:51 +02:00
site.yml Merge confz-files and confz 2025-02-17 07:03:27 +01:00
uv.lock Merge confz-files and confz 2025-02-17 07:03:27 +01:00

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