mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 08:43:05 +00:00
Update roles/kubernetes/tasks/main.yml
This commit is contained in:
@ -10,6 +10,17 @@
|
||||
ansible.builtin.shell: |
|
||||
apt-mark hold containerd
|
||||
|
||||
|
||||
|
||||
- name: Criar diretório .kube para o usuário ubuntu
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: /run/flannel
|
||||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
|
||||
- name: Criar ou sobrescrever /run/flannel/subnet.env
|
||||
become: true
|
||||
copy:
|
||||
|
||||
Reference in New Issue
Block a user