43 lines
841 B
YAML
43 lines
841 B
YAML
---
|
|
# file: roles/base/vars/main.yml
|
|
|
|
|
|
# ******
|
|
# RedHat
|
|
# ******
|
|
|
|
# DNF Automatic
|
|
# =============
|
|
|
|
# commands
|
|
# --------
|
|
|
|
base_redhat_dnf_automatic_apply_updates: yes
|
|
base_redhat_dnf_automatic_download_updates: yes
|
|
base_redhat_dnf_automatic_upgrade_type: default
|
|
base_redhat_dnf_automatic_random_sleep: 0
|
|
|
|
# emitters
|
|
# --------
|
|
|
|
base_redhat_dnf_automatic_emit_via: stdio
|
|
base_redhat_dnf_automatic_system_name: "{{ ansible_facts['nodename'] }}"
|
|
|
|
# command
|
|
# -------
|
|
|
|
base_redhat_dnf_automatic_command_format: ""
|
|
base_redhat_dnf_automatic_stdin_format: ""
|
|
|
|
# command_email
|
|
# -------------
|
|
|
|
base_redhat_dnf_automatic_email_command_format: ""
|
|
base_redhat_dnf_automatic_email_stdin_format: ""
|
|
|
|
# email
|
|
# -----
|
|
|
|
base_redhat_dnf_automatic_email_from: root
|
|
base_redhat_dnf_automatic_email_to: root
|
|
base_redhat_dnf_automatic_email_host: localhost
|