43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
---
|
|
ansible_ssh_retries: 10
|
|
|
|
bigboot_size_target: 1G
|
|
|
|
bigboot_post_reboot_delay: 70
|
|
bigboot_reboot_timeout: 1800
|
|
|
|
bigboot_skip_rear_backup: false
|
|
|
|
bigboot_docker_service: docker.service
|
|
bigboot_docker_running: stopped
|
|
bigboot_docker_enabled: false
|
|
|
|
bigboot_named_chroot_service: named-chroot.service
|
|
bigboot_named_chroot_running: stopped
|
|
bigboot_named_chroot_enabled: 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:
|
|
bigboot_protected_services:
|
|
- sshd.service
|
|
- user@0.service
|
|
- network
|
|
- rhnsd.service
|
|
- rhnsd
|
|
- boksm.service
|
|
# - <add splunk service on wells>
|
|
|
|
# Filename of disabled services log:
|
|
bigboot_disabled_services_log: /var/ipe/ipu/el7to8/bigboot_disabled_services.log
|