wip: ansible pull
Some checks failed
/ Ansible Lint (push) Failing after 3m30s
/ Ansible Lint (pull_request) Failing after 3m49s

This commit is contained in:
June 2025-06-14 20:54:42 +02:00
commit 608f05e8c6
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
6 changed files with 239 additions and 167 deletions

View file

@ -0,0 +1,17 @@
# `ansible_pull` role
A role for setting up automatic `ansible_pull` runs.
## Supported Distributions
Should work on Debian-based distributions.
## Required Arguments
- `ansible_pull__age_private_key`: The age private key to use to decrypt SOPS secrets with.
## Optional Arguments
- `ansible_pull__user`: The user to run `ansible_pull` as. Defaults to `ansible_user`.
## Links & Resources