mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-09 05:37:35 +02:00
build
This commit is contained in:
@@ -1,5 +1,22 @@
|
|||||||
- name: Install Kubernetes on Ubuntu 24
|
- name: Install Kubernetes on Ubuntu 24
|
||||||
become: "{{ 'no' if inventory_hostname == 'nas.home.lan' else 'yes' }}"
|
become: "{{ 'no' if inventory_hostname == 'nas.home.lan' else 'yes' }}"
|
||||||
|
vars:
|
||||||
|
helm_version: "v3.15.4"
|
||||||
|
helm_tar: "helm-{{ helm_version }}-linux-amd64.tar.gz"
|
||||||
|
helm_url: "https://get.helm.sh/{{ helm_tar }}"
|
||||||
|
|
||||||
|
helm_bin: /usr/local/bin/helm
|
||||||
|
|
||||||
|
kubeconfig: /home/jd/.kube/config
|
||||||
|
|
||||||
|
nfs_server: "192.168.77.106"
|
||||||
|
nfs_path: "/qda_1"
|
||||||
|
|
||||||
|
helm_env:
|
||||||
|
PATH: /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin
|
||||||
|
HOME: /home/jd
|
||||||
|
XDG_CONFIG_HOME: /home/jd/.config
|
||||||
|
KUBECONFIG: "{{ kubeconfig }}"
|
||||||
block:
|
block:
|
||||||
- name: Create apt proxy file
|
- name: Create apt proxy file
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
|||||||
Reference in New Issue
Block a user