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: