Sync with develop #4

Merged
chris merged 32 commits from develop into main 2024-08-02 10:12:58 -04:00
5 changed files with 36 additions and 30 deletions
Showing only changes of commit 2b31c70a8c - Show all commits

View File

@ -5,3 +5,15 @@
- (bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] | default(false) | bool
or bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool)
- not bigboot_rear_backup_skip | default(false) | bool
- name: ReaR backup per host
ansible.builtin.import_role:
name: rhc.rear.rear_backup
vars:
client_ips: "{{ item['value']['bigboot_size'] }}"
namehost: "{{ item['key'] }}"
loop: "{{ bigboot_data | dict2items }}"
loop_control:
label: "{{ item['key'] }}"
when:
- item['value']['bigboot_execute_bigboot'] | bool