From 460fe20559a2e158a067407a4aa5c34b725e48f5 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Tue, 22 Oct 2024 15:05:03 +0200 Subject: [PATCH] add ansible common role Signed-off-by: Frank Villaro-Dixon --- ansible/configure-server.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/configure-server.yml b/ansible/configure-server.yml index 2af4b30..2334dcf 100644 --- a/ansible/configure-server.yml +++ b/ansible/configure-server.yml @@ -1,5 +1,10 @@ --- - hosts: backup_server + roles: + - name: common + vars: + ansible_cfg_repo: infra/backups + tasks: # - name: install necessary packages # ansible.builtin.apt: