This commit is contained in:
2025-03-06 00:01:17 -05:00
parent 26638d9728
commit 25e7b03bef
9 changed files with 18 additions and 105 deletions

View File

@ -27,7 +27,7 @@
gather_facts: true
tasks:
- name: Grab the template name
- name: Capture the job template name
ansible.builtin.set_stats:
aggregate: false
per_host: false
@ -37,10 +37,9 @@
- name: Create IP list and add to NFS exports
when: not rear_backup_skip | default(false) | bool
block:
- name: Create list with IP addresses and hostnames
- name: Create list with IP addresses
ansible.builtin.set_fact:
client_ips: "{{ ip_addresses | list | flatten }}"
namehost: "{{ server_hostname }}"
- name: Import rear_vars role
ansible.builtin.import_role: