lolgrotate interval default

This commit is contained in:
mrwho 2026-07-13 10:15:15 +03:00
parent 4680706c6b
commit bccf793dec
3 changed files with 6 additions and 5 deletions

View file

@ -32,5 +32,5 @@ all:
# ansible_ssh_user: root # ansible_ssh_user: root
# ansible_ssh_password: OdUdPx7yKa4Ga1i # ansible_ssh_password: OdUdPx7yKa4Ga1i
# rocky9-template: rocky9-template:
# ansible_host: 172.20.21.106 ansible_host: 172.20.21.106

View file

@ -1,8 +1,9 @@
--- ---
- name: Initial Rocky9 Configuration - name: Initial Rocky9 Configuration
hosts: vm03 hosts:
# - rocky9-template # - vm03
- rocky9-template
# kuber-node01 # kuber-node01
# - 172.20.21.193 # - 172.20.21.193
become: true become: true

View file

@ -1,5 +1,5 @@
--- ---
logrotate_interval: 14
epel_repo_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_facts.distribution_major_version }}.noarch.rpm" epel_repo_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_facts.distribution_major_version }}.noarch.rpm"
epel_repo_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_facts.distribution_major_version }}" epel_repo_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_facts.distribution_major_version }}"
epel_repofile_path: "/etc/yum.repos.d/epel.repo" epel_repofile_path: "/etc/yum.repos.d/epel.repo"