mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-09-15 08:33:20 +02:00
Merge branch 'master' into master
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
|
||||
- name: Deploy the K3s http_proxy configuration file
|
||||
ansible.builtin.template:
|
||||
src: "http_proxy.conf.j2"
|
||||
@@ -17,3 +18,20 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
|
||||
- name: Create k3s-node.service.d directory
|
||||
file:
|
||||
path: '{{ systemd_dir }}/k3s-node.service.d'
|
||||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
|
||||
|
||||
- name: Copy K3s http_proxy conf file
|
||||
template:
|
||||
src: "http_proxy.conf.j2"
|
||||
dest: "{{ systemd_dir }}/k3s-node.service.d/http_proxy.conf"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
|
||||
Reference in New Issue
Block a user