[add kubespray settings]

This commit is contained in:
2024-05-14 21:14:14 +02:00
parent 76e493f1bd
commit bdf368d9ef
3 changed files with 21 additions and 2 deletions

View File

@@ -55,10 +55,11 @@
loop:
- /etc/node_exporter
- name: Update repositories and install py3-pip package
- name: Update repositories and install packages needed
ansible.builtin.apt:
name: python3-pip
name: item
update_cache: true
loop: "{{ package_repo }}"
# delegate_to: localhost
- name: Install pip package