Moving variables to defaults
This commit is contained in:
parent
a0075fd8ed
commit
f44992aa35
2 changed files with 36 additions and 43 deletions
|
@ -77,3 +77,39 @@ base_core_web_management: false
|
||||||
|
|
||||||
base_redhat_subscription_activationkey: ""
|
base_redhat_subscription_activationkey: ""
|
||||||
base_redhat_subscription_org_id: ""
|
base_redhat_subscription_org_id: ""
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
|
@ -1,43 +0,0 @@
|
||||||
---
|
|
||||||
# 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
|
|
Loading…
Reference in a new issue