Initial commit
This commit is contained in:
parent
46a6f7d3ec
commit
49ba7cd121
40 changed files with 1121 additions and 0 deletions
43
roles/base/vars/main.yml
Normal file
43
roles/base/vars/main.yml
Normal file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
# 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…
Add table
Add a link
Reference in a new issue