Vars cleanup
This commit is contained in:
parent
e0f478e2f9
commit
8cc3e3fd48
@ -32,9 +32,10 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Grab the template name
|
- name: Grab the template name
|
||||||
ansible.builtin.set_stats:
|
ansible.builtin.set_stats:
|
||||||
|
aggregate: false
|
||||||
|
per_host: false
|
||||||
data:
|
data:
|
||||||
nfs_exports_template_name: "{{ tower_job_template_name }}"
|
nfs_exports_template_name: "{{ tower_job_template_name }}"
|
||||||
aggregate: true
|
|
||||||
|
|
||||||
- name: Create IP list and add to NFS exports
|
- name: Create IP list and add to NFS exports
|
||||||
ansible.builtin.include_tasks: tasks/rear_nfs_exports.yml
|
ansible.builtin.include_tasks: tasks/rear_nfs_exports.yml
|
||||||
|
@ -3,41 +3,7 @@ ansible_ssh_retries: 10
|
|||||||
|
|
||||||
bigboot_size_target: 1G
|
bigboot_size_target: 1G
|
||||||
|
|
||||||
bigboot_post_reboot_delay: 70
|
bigboot_backup_success_path: "/var/log/IPE/IPU/el7to8"
|
||||||
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_backup_success_file: "{{ bigboot_backup_success_path }}/bigboot_rear_success"
|
||||||
bigboot_nfs_backup_share: "/backups/bigboot"
|
bigboot_nfs_backup_share: "/backups/bigboot"
|
||||||
bigboot_nfs_backup_share_fsid: 20
|
bigboot_nfs_backup_share_fsid: 20
|
||||||
|
43
vars/bigboot_vars.yml.old
Normal file
43
vars/bigboot_vars.yml.old
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user