mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
dest: "/tmp/{{ helm_tar }}"
|
||||
mode: '0644'
|
||||
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||
|
||||
|
||||
- name: Create Helm config directory
|
||||
file:
|
||||
path: /home/jd/.config/helm
|
||||
@@ -107,4 +107,13 @@
|
||||
state: directory
|
||||
owner: jd
|
||||
group: jd
|
||||
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||
|
||||
- name: Ensure correct ownership of Helm config
|
||||
file:
|
||||
path: /home/jd/.kube/config
|
||||
state: directory
|
||||
owner: jd
|
||||
group: jd
|
||||
mode: '0600'
|
||||
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||
Reference in New Issue
Block a user