mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
helm rename + cleanup + terraform files + ansible
This commit is contained in:
12
terraform/ansible/secondaryMasters.yml
Normal file
12
terraform/ansible/secondaryMasters.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- hosts: SecondaryMasters
|
||||
tasks:
|
||||
- name: reset kubeadm for safety
|
||||
command: kubeadm reset -f
|
||||
- name: copy join command
|
||||
copy:
|
||||
src: joinMaster.sh
|
||||
dest: join.sh
|
||||
- name: make executable
|
||||
command: chmod +x join.sh
|
||||
- name: run join
|
||||
command: sh ./join.sh
|
Reference in New Issue
Block a user