add ansible common role
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
163c716fc9
commit
460fe20559
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
---
|
---
|
||||||
- hosts: backup_server
|
- hosts: backup_server
|
||||||
|
roles:
|
||||||
|
- name: common
|
||||||
|
vars:
|
||||||
|
ansible_cfg_repo: infra/backups
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
# - name: install necessary packages
|
# - name: install necessary packages
|
||||||
# ansible.builtin.apt:
|
# ansible.builtin.apt:
|
||||||
|
|
Loading…
Reference in a new issue