lolgrotate interval default
This commit is contained in:
parent
4680706c6b
commit
bccf793dec
3 changed files with 6 additions and 5 deletions
|
|
@ -32,5 +32,5 @@ all:
|
|||
# ansible_ssh_user: root
|
||||
# ansible_ssh_password: OdUdPx7yKa4Ga1i
|
||||
|
||||
# rocky9-template:
|
||||
# ansible_host: 172.20.21.106
|
||||
rocky9-template:
|
||||
ansible_host: 172.20.21.106
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
---
|
||||
- name: Initial Rocky9 Configuration
|
||||
|
||||
hosts: vm03
|
||||
# - rocky9-template
|
||||
hosts:
|
||||
# - vm03
|
||||
- rocky9-template
|
||||
# kuber-node01
|
||||
# - 172.20.21.193
|
||||
become: true
|
||||
|
|
|
|||
|
|
@ -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_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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue