mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
build
This commit is contained in:
@@ -24,8 +24,6 @@
|
|||||||
regexp: '.*swap.*'
|
regexp: '.*swap.*'
|
||||||
replace: ''
|
replace: ''
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Enable kernel modules
|
- name: Enable kernel modules
|
||||||
copy:
|
copy:
|
||||||
dest: /etc/modules-load.d/k8s.conf
|
dest: /etc/modules-load.d/k8s.conf
|
||||||
@@ -245,12 +243,6 @@
|
|||||||
register: join_command
|
register: join_command
|
||||||
when: inventory_hostname == 'ubuntu24-vm01.home.lan'
|
when: inventory_hostname == 'ubuntu24-vm01.home.lan'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Save join command
|
- name: Save join command
|
||||||
set_fact:
|
set_fact:
|
||||||
worker_join_cmd: "{{ join_command.stdout }}"
|
worker_join_cmd: "{{ join_command.stdout }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user