New roles for better modularity

This commit is contained in:
2025-03-03 18:03:55 -05:00
parent fcc4e023da
commit 70dc11455a
6 changed files with 57 additions and 49 deletions

View File

@ -1,4 +1,12 @@
---
- name: Create /etc/rear if it doesn't exist
ansible.builtin.file:
path: /etc/rear
state: directory
mode: "0755"
owner: root
group: root
- name: Configure ReaR local.conf file
ansible.builtin.template:
src: local.conf.j2