mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-09 21:47:35 +02:00
build
This commit is contained in:
@@ -58,6 +58,16 @@
|
|||||||
environment: "{{ helm_env }}"
|
environment: "{{ helm_env }}"
|
||||||
when: inventory_hostname.endswith('-vm01.home.lan')
|
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- name: Ensure correct ownership of Helm config
|
||||||
|
file:
|
||||||
|
path: /home/jd/.kube/config
|
||||||
|
state: file
|
||||||
|
owner: jd
|
||||||
|
group: jd
|
||||||
|
mode: '0600'
|
||||||
|
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
# 3. Add NFS Helm repo
|
# 3. Add NFS Helm repo
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user