ansible_pull(role): introduce ansible_pull role

Introduce ansible_pull role for setting up automatic ansible_pull runs.
Also add accompanying host group and playbook play.
This commit is contained in:
June 2025-10-13 16:32:30 +02:00
commit 434ddfc955
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
10 changed files with 152 additions and 0 deletions

View file

@ -78,5 +78,10 @@
ansible.builtin.include_role:
name: grafana.grafana.alloy
- name: Ensure ansible_pull deployment on ansible_pull_hosts
hosts: ansible_pull_hosts
roles:
- ansible_pull
- name: Run ensure_eh22_styleguide_dir Playbook
ansible.builtin.import_playbook: ensure_eh22_styleguide_dir.yaml