Variable fixes

This commit is contained in:
2025-02-27 20:34:54 -05:00
parent 2eaeb48fee
commit b2d6c4467e
3 changed files with 11 additions and 9 deletions

View File

@ -4,9 +4,9 @@
client_ips: "{{ item['value']['ip_addresses'] | list | flatten }}"
namehost: "{{ item['value']['server_hostname'] }}"
- name: Include NFS export role
- name: Include NFS export role # noqa var-naming
ansible.builtin.include_role:
name: rhc.rear.nfs_export
vars:
rear_nfs_export_share: /backups/bigboot # noqa var-naming
rear_nfs_export_fsid: 10 # noqa var-naming
rear_nfs_export_share: "{{ bigboot_nfs_backup_share }}"
rear_nfs_export_fsid: "{{ bigboot_nfs_backup_share_fsid }}"