Compare commits

...

3 Commits

Author SHA1 Message Date
jaydee 774d23898d build
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-18 01:14:13 +01:00
jaydee 5f0505283e build 2026-03-18 01:05:44 +01:00
jaydee a8e1883f22 build 2026-03-18 00:36:24 +01:00
+9 -9
View File
@@ -2,9 +2,14 @@
become: "{{ 'no' if inventory_hostname == 'nas.home.lan' else 'yes' }}"
block:
- name: Include role proxy_repo
ansible.builtin.include_role:
name: proxy_repo
- name: Disable SELinux
ansible.posix.selinux:
state: permissive
policy: targeted
# - name: Include role proxy_repo
# ansible.builtin.include_role:
# name: proxy_repo
- name: Include role local mirror
ansible.builtin.include_role:
@@ -12,11 +17,6 @@
when: use_local_repo | default(false)
- name: Disable SELinux
ansible.posix.selinux:
state: permissive
policy: targeted
- name: Disable swap
command: swapoff -a
when: ansible_swaptotal_mb > 0
@@ -58,7 +58,6 @@
- lvm2
- epel-release
- git
- helm
state: present
- name: Add Kubernetes repo
@@ -115,6 +114,7 @@
- kubelet
- kubeadm
- kubectl
- helm
disable_excludes: kubernetes
state: present
register: k8s_install