refactor
This commit is contained in:
19
bigboot_rear_nfs_export.yml
Normal file
19
bigboot_rear_nfs_export.yml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
- name: Perform logical volume and boot parition resizing as needed
|
||||
hosts: rear-server
|
||||
become: true
|
||||
gather_facts: false
|
||||
|
||||
vars_files:
|
||||
- bigboot_vars.yml
|
||||
|
||||
tasks:
|
||||
- name: Create IP list and add to NFS exports
|
||||
ansible.builtin.include_tasks: tasks/rear_nfs_exports.yml
|
||||
loop: "{{ bigboot_data | dict2items }}"
|
||||
loop_control:
|
||||
label: "{{ item['key'] }}"
|
||||
when:
|
||||
- item['value']['bigboot_execute_bigboot'] | bool
|
||||
- not bigboot_rear_backup_skip | default(false) | bool
|
||||
|
Reference in New Issue
Block a user