mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 16:53:04 +00:00
Update roles/kubernetes/tasks/main.yml
This commit is contained in:
@ -3,6 +3,16 @@
|
||||
cri_o_version: "1.24"
|
||||
os_version: "xUbuntu_22.04"
|
||||
|
||||
|
||||
- name: Criar diretório de logs do CRI-O
|
||||
become: yes
|
||||
file:
|
||||
path: /var/log/crio
|
||||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
|
||||
- name: Adicionar chave GPG do repositório CRI-O
|
||||
become: yes
|
||||
apt_key:
|
||||
|
||||
Reference in New Issue
Block a user