|
@@ -17,6 +17,12 @@
|
|
command: ansible-galaxy collection install "{{ item }}"
|
|
command: ansible-galaxy collection install "{{ item }}"
|
|
with_items: "{{ collections_name }}"
|
|
with_items: "{{ collections_name }}"
|
|
changed_when: false
|
|
changed_when: false
|
|
|
|
+
|
|
|
|
+- name: Install openshift using pip3
|
|
|
|
+ pip:
|
|
|
|
+ name: openshift
|
|
|
|
+ state: present
|
|
|
|
+ executable: pip3
|
|
|
|
|
|
- name: Create grafana namespace
|
|
- name: Create grafana namespace
|
|
kubernetes.core.k8s:
|
|
kubernetes.core.k8s:
|