diff --git a/bigboot_rear_nfs_export.yml b/bigboot_rear_nfs_export.yml index f3ae6be..154b25b 100644 --- a/bigboot_rear_nfs_export.yml +++ b/bigboot_rear_nfs_export.yml @@ -32,9 +32,10 @@ tasks: - name: Grab the template name ansible.builtin.set_stats: + aggregate: false + per_host: false data: nfs_exports_template_name: "{{ tower_job_template_name }}" - aggregate: true - name: Create IP list and add to NFS exports ansible.builtin.include_tasks: tasks/rear_nfs_exports.yml diff --git a/vars/bigboot_vars.yml b/vars/bigboot_vars.yml index b1ae688..f3ab9e5 100644 --- a/vars/bigboot_vars.yml +++ b/vars/bigboot_vars.yml @@ -3,41 +3,7 @@ ansible_ssh_retries: 10 bigboot_size_target: 1G -bigboot_post_reboot_delay: 70 -bigboot_reboot_timeout: 1800 - -bigboot_skip_rear_backup: false - -# Max value in minutes for services timeout threshold: -bigboot_service_max_timeout: 5 - -# List of services incompatible with calculations -# to obtain required disk information: -# -# (These services will ALWAYS be disabled) -bigboot_incompatible_services: - - docker.service - - named-chroot.service - -# List of services which will be excluded from being -# disabled during Bigboot execution: -# -# (Services listed in `bigboot_incompatible_services` -# will ALWAYS be disabled regardless if they are protected or not) -bigboot_protected_services: - - sshd.service - - user@0.service - - network - - rhnsd.service - - rhnsd - - boksm.service - - SplunkForwarder.service - -# Filename of disabled services log: -bigboot_disabled_services_log: /var/ipe/ipu/el7to8/bigboot_disabled_services.log - - -bigboot_backup_success_path: "/var/log/IPE/IPU" +bigboot_backup_success_path: "/var/log/IPE/IPU/el7to8" bigboot_backup_success_file: "{{ bigboot_backup_success_path }}/bigboot_rear_success" bigboot_nfs_backup_share: "/backups/bigboot" bigboot_nfs_backup_share_fsid: 20 diff --git a/vars/bigboot_vars.yml.old b/vars/bigboot_vars.yml.old new file mode 100644 index 0000000..b1ae688 --- /dev/null +++ b/vars/bigboot_vars.yml.old @@ -0,0 +1,43 @@ +--- +ansible_ssh_retries: 10 + +bigboot_size_target: 1G + +bigboot_post_reboot_delay: 70 +bigboot_reboot_timeout: 1800 + +bigboot_skip_rear_backup: false + +# Max value in minutes for services timeout threshold: +bigboot_service_max_timeout: 5 + +# List of services incompatible with calculations +# to obtain required disk information: +# +# (These services will ALWAYS be disabled) +bigboot_incompatible_services: + - docker.service + - named-chroot.service + +# List of services which will be excluded from being +# disabled during Bigboot execution: +# +# (Services listed in `bigboot_incompatible_services` +# will ALWAYS be disabled regardless if they are protected or not) +bigboot_protected_services: + - sshd.service + - user@0.service + - network + - rhnsd.service + - rhnsd + - boksm.service + - SplunkForwarder.service + +# Filename of disabled services log: +bigboot_disabled_services_log: /var/ipe/ipu/el7to8/bigboot_disabled_services.log + + +bigboot_backup_success_path: "/var/log/IPE/IPU" +bigboot_backup_success_file: "{{ bigboot_backup_success_path }}/bigboot_rear_success" +bigboot_nfs_backup_share: "/backups/bigboot" +bigboot_nfs_backup_share_fsid: 20