mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
klal
This commit is contained in:
@@ -221,25 +221,25 @@
|
||||
delay: 15
|
||||
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||
|
||||
- name: Join cluster
|
||||
command: >-
|
||||
{{ hostvars['rocky' ~ ansible_distribution_major_version ~ '-vm01.home.lan'].worker_join_cmd }}
|
||||
args:
|
||||
creates: /etc/kubernetes/kubelet.conf
|
||||
when: not inventory_hostname.endswith('-vm01.home.lan')
|
||||
- name: Join cluster
|
||||
command: >-
|
||||
{{ hostvars['rocky' ~ ansible_distribution_major_version ~ '-vm01.home.lan'].worker_join_cmd }}
|
||||
args:
|
||||
creates: /etc/kubernetes/kubelet.conf
|
||||
when: not inventory_hostname.endswith('-vm01.home.lan')
|
||||
|
||||
- name: get repository
|
||||
git:
|
||||
repo: 'https://github.com/ahmetb/kubectx'
|
||||
dest: /opt/kubectx
|
||||
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||
- name: get repository
|
||||
git:
|
||||
repo: 'https://github.com/ahmetb/kubectx'
|
||||
dest: /opt/kubectx
|
||||
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||
|
||||
- name: Create symbolic links for kubectx and kubens
|
||||
file:
|
||||
src: /opt/kubectx/{{ item }}
|
||||
dest: /usr/local/bin/{{ item }}
|
||||
state: link
|
||||
loop:
|
||||
- kubectx
|
||||
- kubens
|
||||
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||
- name: Create symbolic links for kubectx and kubens
|
||||
file:
|
||||
src: /opt/kubectx/{{ item }}
|
||||
dest: /usr/local/bin/{{ item }}
|
||||
state: link
|
||||
loop:
|
||||
- kubectx
|
||||
- kubens
|
||||
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||
Reference in New Issue
Block a user