Initial role-data
This commit is contained in:
7
kubernetes/tasks/install/agent/install_k3s.yml
Normal file
7
kubernetes/tasks/install/agent/install_k3s.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Install K3s agent
|
||||
command: /root/k3s_install.sh {{ type }}
|
||||
register: command
|
||||
changed_when: "'No change detected' in command.stdout"
|
||||
until: "command is not failed"
|
||||
retries: 2
|
||||
delay: 10
|
||||
Reference in New Issue
Block a user