add ansible common role

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-10-22 15:05:03 +02:00
parent 163c716fc9
commit 460fe20559

View file

@ -1,5 +1,10 @@
---
- hosts: backup_server
roles:
- name: common
vars:
ansible_cfg_repo: infra/backups
tasks:
# - name: install necessary packages
# ansible.builtin.apt: